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.
// running tests

package.json

should have a valid “author” key // tests completed // console output [Error]
why am i having this error
Your project link(s)

solution: boilerplate-npm (1) - Replit

Your browser information:

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

I solved this issue by making main index.js not server but the real reason is it has to be a live URL. https://boilerplate-npm-1.robertheydenrei.repl.co as opposed to something like this: boilerplate-npm (1) - Replit.

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