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

Tell us what’s happening:
Describe your issue in detail here.

Your project link(s)

solution: Glitch :・゚✧

Your browser information:

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

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

Link to the challenge:

Welcome to the forum. Could you explain what you are struggling with in this challenge please? The more you say, the more easily we can help you!

The package name is @freecodecamp/example the version is 1.1.0

Look at the example.

"dependencies": {
  "package-name": "version",
  "express": "4.14.0"
}

Add it as shown to your package.json file, replacing the name and version with the before mentioned.

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