Node is out of date

I am getting the eror the glitch’s node is out of date. Can it be updated so my project can run?

I will offer that it help to post the exact message but… you can generally tell the project which version of Node you require. Do you have a package.json file? You can add an “engines” section

“engines”: {
“node”: “14.x”
},

Thanks. It fixed after I ran ‘npm install node’

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