Tell us what’s happening:
I am currently doing “Managing Packages with Npm” curriculum, and when I want to test my solution and past the link from Repl.it it says that is not a correct solution by it actually is.
So actually my question is what is the correct Repl.it link that I should past?
I tried every link I could’ve got.
Your code so far
{
"name": "fcc-learn-npm-package-json",
"author": "razvan",
"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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36
.
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge: