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.
Where to get the code & what to do ? For this Project

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0

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

Link to the challenge:

You can complete this course locally - this will require some git/github experience.
To get the boilerplate code in this case - you need to clone the repo, link in the challenge.
Plus you will need to host the project with your solution somewhere - I did not go that way, so I don’t know what the best options would be for that.

The other way would be to create account on replit.com, and write code there. In this case, no github moves required.
You just import replit project with boilerplate, and start working on challenges in their environment

To pass the tets you need submit url to your project.

For example I was submitting my url from repl, which looks like that roughly:
https://project-name.replit-user-name.repl.co
you’ll see from where to get this url, as soon as you’ll start working with repl

When I put that it gives me this error

// running tests
package.json should have a valid "author" key
// tests completed
// console output
[Error]

You need to click on the ‘Replit Starter Project’ link on the challenge page and then follow the instructions to import the repo from GitHub to replit.
Then you can complete all of the challenges on Replit.

1 Like

I Do not Understand, Will you Pls elaborate?

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