Im trying to build a discord bot recently. I tried to install the new discord.js version but i need to change the node version to 12 or higher. Tried to use this code on my package.json but doesnt work
"engines": {
"node": "latest",
"npm": "latest"
}
is there any other way to change the node version?
How to change node version
Im trying to build a discord bot recently. I tried to install the new discord.js version but i need to change the node version to 12 or higher. Tried to use this code on my package.json but doesnt work
is there any other way to change the node version?
node_modules
file lol