Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

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

Hi there and welcome to our community!

Someone else can probably explain why this is the case (as I can’t), but the link you will need to submit for this project is:

https://boilerplate-npm--juliagettikh.repl.co/

Note that I’ve replaced the dot between npm and your name with two hyphens.

thank you very much. it works

For me, I had to run the repl by clicking the green play key at the top center then copying the live dev URL from the preview tab (see screenshot) and using that