I’m signed into glitch.com and freecodecamp, and I’m trying to pass the first NodeJS challenge of adding myself as the author of a project. I have some node experience and did it without using the hint, but it failed. So, I looked at the hint and followed the advice, but it still fails. I don’t know what the problem is, but it doesn’t seem like the problem is the code. I am unfamiliar with glitch. I have added the project link as suggested by the FCC hint, and even tried the address for the page. I have also added a version number with no luck.
https://glitch.com/~motley-gruyere
"name": "fcc-learn-npm-package-json",
"author": "Ryan Adams",
"version": "1.0",
"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"
}
}```
Chrome is my browser.
User Agent is: <code>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36</code>.
Challenge: Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package
**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