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

Tell us what’s happening:
I dont understand why the first test case does not pass,
this is one of the reason i really dont like studying at freecodecamp, failing test cases even when solution is right, can someone help point out if i am wrong somewhere.

Your project link(s)

solution: boilerplate-npm (1) - Replit

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

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

Link to the challenge:

That comma shouldn’t be there. Your code will pass if you remove it.
Untitled

Thank you,
forgot to remove it after attempting several approaches which where all failing, now works,

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