Sultan.
Sultan.
DIAdiscord.js - Imagine an app
Created by Sultan. on 7/28/2023 in #djs-questions
My bot is running on only Node.js v16 not v18
package.json :
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"canvas": "^2.11.2",
"discord-inviter": "^0.9.1",
"discord.js": "^13.10.3",
"express": "^4.18.1",
"node-fetch": "^3.2.6"
}
}
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"canvas": "^2.11.2",
"discord-inviter": "^0.9.1",
"discord.js": "^13.10.3",
"express": "^4.18.1",
"node-fetch": "^3.2.6"
}
}
7 replies
DIAdiscord.js - Imagine an app
Created by Sultan. on 7/28/2023 in #djs-questions
My bot is running on only Node.js v16 not v18
how I can make it run in NodeJs v18
7 replies