I’m not sure why this is not passing?
The project opens up with no added code. Can you paste in your package.json
file code?
{
"description": "A project that does something awesome",
"version": "0.1.0",
"author": "Jane Doe",
"keywords": [
"freecodecamp",
"microservice",
"guide" ],
"name": "fcc-learn-npm-package-json",
"dependencies": {
"express": "^4.17.1"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "4.4.5"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
@Cyath Make sure you are using the url of the actual finished project (the one you see when you click Show).