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

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

Your project link(s)

solution: boilerplate-npm (1) - Replit

Your browser information:

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

hi there, did you have a question?

The challenge is asking that you add an author field to the package.json file. The name field is used for the name of the package, not the name of the author.

Change the name back to the initial value (fcc-learn-npm-package-json). Add the author field and give it a value (your name).

Docs

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