Tell us what’s happening:
I can’t pass the test placed on the first challenge. I have the right code and I have posted my assignment on replit; however, I still can’t pass the first challenge. Please help me understand what’s wrong!
Your code so far
{
"name": "fcc-learn-npm-package-json",
"author": "Harljen Hill",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge: