Managing Packages with NPM - Expand Your Project with External Packages from npm

it keeps giving this error all the time in the terminal, but I didn’t change anything, I can’t continue with the challenges with this error:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Managing Packages with NPM - Expand Your Project with External Packages from npm

Link to the challenge:

Welcome there,

You have an extra comma after: "express": "^4.14.0"

JSON does not allow trailing commas.

Also, you are not told to install the express package.

Hope this helps

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