Node 14.0.0 not found even after specifying it in "engines"

Hello. Glitch says Could not find node 14.0.0, using 10 even after I added this code to my package.json file:

"engines": {
    "node": "14.0.0"
  }

In addition I am getting this very weird error which says module express not found whereas I clearly installed it to my project. Please help me.

Most likely, it is not supported by Glitch, in that case.

1 Like

Node v13 and v14 is not supported by Glitch yet.

Node 13 is possible, but not officially supported.

You can also check here: http://nodeversions.glitch.me

1 Like

It’s not supported, but you can install it manually

1 Like

unfortunately that takes up your project’s storage space though

If you’re willing to pay for long startup time you can install the newest node version into the tmp folder. That way you won’t use up disk storage.

for some reason why i try that, the tmp folder adds on more disk space and i have to quit

Node.js v14 is now supported!

1 Like