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

Tell us what’s happening:

Hi FCC,
This is super frustrating to deal with, just trying to do the first question of the backend certification, adding a author to the package.json and that’s not working, there is multiple post on the forum about this…
I have followed this guide How to Run the freeCodeCamp Backend Challenges Locally
and submited my live server http://localhost:3000/
This is my package.json:
{
“name”: “fcc-learn-npm-package-json”,
“author”: “beyond”,

###Your project link(s)

solution: http://localhost:3000
GitHub - beyondthefruit/backend-freecodecamp

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.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

Your repo code is passing the test for me.

  • Make sure you installed the dependencies npm i

  • Remember to restart the server every time you make a change (I would suggest you update the start script with the --watch flag as shown in this challenge)

Hi lasjorg and thank you for taking the time.

This is weird, it’s still failing the test on my side,

Update: It’s not passing the test on Brave browser, but it’s passing the test on Firefox.

So I probably can’t use Brave for FCC back end challenge, as I run into the same problem for the second challenge, passing on Firefox but not in Brave,

Thanks lasjorg

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.