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.