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.

Hello guys,

Really don’t understand what i have to do to finish this challenge. I did everything what was written in the instruction except this step: * Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo.
I made a link, it contains attribute “author” with my name, but still receive this issue:
package.json should have a valid “author” key
Can please someone help me to understand what should be done here to finish it?

Your project link(s)

solution: boilerplate-npm (2) - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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:

Your copy of package.json is supposed to be edited and you are supposed to add the author field as shown by the instructions

Add your name as the author of the project in the package.json file.


I have it this way like on the scrshot, but still not working…

I saw your code and it doesn’t have the author key value pair.

You need to add it under the name key value pair

1 Like

I read “name” like an “author”, :person_facepalming: now it’s fixed. Thank you!

1 Like