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

hello everyone, how to submit solution link

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

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

Click on the arrow:

when you click on the arrow, up in the top box, in the replit
copy that link and paste it in the Solution Link fild.

do you mean the solution link is on my github account? I don’t understand

Solution link fild is in your lesson in the bottom
I was explaining how to copy URL from the replit…

You need to submit a link to the live project (rather than a link to the code). A link to the GitHub repo will not work as a solution. Your project will need to be hosted on Replit or some other similar platform.

Alternatively, you should be able to submit a localhost link in the solution field, if you are completing the challenges locally.

Oooh, I was thinking that I can use VS code

Sorry, I edited my response… you can use VSCode and submit a localhost link.

Do you mean if am working with localhost running on port for example 5000, my solution link will be localhost:5000/

Essentially, yes, though you may need to include the http for it to be accepted as a solution link: http://localhost:5000

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