Tell us what’s happening:
test not passing on valid input
I followed the instructions on the page. The test didn’t pass. Then I used the hint and followed the instructions on hint link
Your code so far
https://replit.com/@juliagettikh/boilerplate-npm#package.json
{
“name”: “fcc-learn-npm-package-json”,
“author”: “Julia”,
“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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package