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

Npm Pakcages first challage:
change is quite simple I think but I don’t what m I missing .
Can anyone help?

Learn Npm Package.json - Replit

solution: Learn Npm Package.json - Replit

Your browser information:

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

hello and welcome to fcc forum :slight_smile:

what do you mean by ‘i dont know what i’m missing’?!

is this first time you’re using ‘npm’ in your projects?

if yes i would recommend you to go through some basics of npm first over internet, i found this article which focuses on how to use npm as a beginner, happy reading :slight_smile: An Absolute Beginner's Guide to Using npm - NodeSource

Use the starter boilerplate that is provided and make sure you submit the live URL you get from the preview window when running it.

Hi @lasjorg ,
I have used the boilerplate . still test case is failing .
here is the link I am entering in the submit field

Your project code passes for me. You appear to be submitting the wrong url?

Your project url (that has the code) is:
https://replit.com/@MuhammadArif100/boilerplate-npm

The live url you should be submitting is:
https://boilerplate-npm.muhammadarif100.repl.co

1 Like

thanks man , that worked . but can you point out where can I get that url from in repl . because I was Just passing the url from the browser.
Thanks

Never Mind. Got it . I had to RUN the Repl project for the URL .
Thanks

Just write in repl shell “npm install -g”