Upgrade node.js (the old one is not working)

Hello i have some issues, i have been trying to upgrade my node.js but this things always happen, please helpasdas

Glitch currently supports only upto v12 of Node.js. There are plans to update Node.js versions to latest version, according to Glitch staff.

can you teach me how to downgrade it ? because i already using v14

In your package.json, you can add this field to specify the NodeJS version to use:

"engines": { 
  "node": "12.x"
}
1 Like

i did, like this ?
if yes what should i do now, sir?
image

1 Like

Yes, you don’t have to do anything else, it should now be running automatically on nodejs v12

3 Likes

Node.js v14 is now supported on Glitch.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.