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

Tell us what’s happening:
Solution link that already have an author key is not being accepted.
Error: * package.json should have a valid “author” key

Your project link(s)
solution link being submitted: https://boilerplate-npm.raincants.repl.co

Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.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:

Replit cloned repo link: boilerplate-npm - Replit

when you use npm init make sure you fill all the fields

Hi andrew I am not using npm init just cloned and ran the github repo in replit as instructed in the tutorial

You should try this suggestion that was left on another thread

1 Like

As a sidenote, I personally think these challenges work better run locally because replit can be a little finicky sometimes.

Plus it is important to learn how to to build backend projects locally.

Just something else to consider

1 Like

This worked for me Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package - #2 by igorgetmeabrain

instead of using the solution link https: //boilerplate-npm .raincants.repl.co/)
used this instead https://boilerplate-npm--raincants.repl.co/

While continue to work locally moving on as suggested . Cheers !

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