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.
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"
},
I guess this needs an update.
Yup. @jenn might need to have that file updated. Because 10.15.3 is no longer the latest version.