Test case not accepting my solution

Tell us what’s happening:
Solution should be correct. But how to pass the test cas?

Your code so far

    {
"author": "SASUKE",
"name": "fcc-learn-npm-package-json",
"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:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0.

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

You haven’t described your problem or shared your code. We need much more information from you in order to help.

1 Like