Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have installed only Node.js 22 without any modules. When I open my bot, it starts loading Node.js 22 but then switches to Node.js 18. Why does this happen if I only installed version 22? Thanks for the clarification.
@to-nice maybe installs all node even if not being used. unsure
@Valerax thanks mate, you are the best
@UserTrue said in Node JS with google trends API:
@hippyzipp9 const mysql = require('mysql2'); // create the connection to database const connection = mysql.createConnection({ host: 'localhost', user: 'root', database: 'db', password: '' }); await(new Promise((resolve, reject) => { /*Place your code here and call resolve to proceed*/ connection.connect(function (err) { if (err) { reject('error: ' + err.message); } console.log('Connected to the MySQL server.'); resolve() }); }));
@hippyzipp9
Thanks, your solution worked.
@Hycore said in Starting Node 8.6.0:
My app gets stuck in this state, any tips?
Add the script folder to the antivirus and firewall exceptions
@hifive, If
@mezopro Yes, you're right. I think it's not possible with dynamic links. Maybe someone has another solution...