Node v12 Support

From what I can see, Glitch does not support Node versions higher than 10; either the node versions website is wrong or Glitch simply does not support Node v12.

I would like to see Node v12 roll out on Glitch soon.

Glitch supports node v12

You have to update your package.json with

  "engines": {
    "node": "12.x"
  },

version node

1 Like

I guess this needs an update.

1 Like

Yup. @jenn might need to have that file updated. Because 10.15.3 is no longer the latest version.