Tell us what’s happening:
I am trying to do the first lesson from this section and namely " How to Use package.json, the Core of Any Node.js Project or npm Package" and after I did in glitch what is expected I still cannot pass it. What is the issue here, anybody? Thank you!
Your code so far
{
"name": "fcc-learn-npm-package-json",
"author": "Ion",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
Your browser information:
https://false-hyper-prince.glitch.me
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15
.
Challenge: undefined
Link to the challenge:
https://www.freecodecamp.org/learn/apis-and-microservices/managing-packages-with-npm/how-to-use-package.json-the-core-of-any-node.js-project-or-npm-package