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.
Not able to pass the test case for author name.
I do have written the line for author name.
kindly check my link
if it is incorrect tell me…
Your project link(s)

solution: boilerplate-npm - Node.js Repl - Replit

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.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:

  • Have you cloned this repository to your github account?
    GitHub - freeCodeCamp/boilerplate-npm: A boilerplate for the freeCodeCamp curriculum.
  • If yes, below down in that repository, you have the run on replit option and create account on replit.
  • There you have to edit the package.json file which will be in left side of the menu.
  • In that add the author key and name as value
  • And last run the file
  • then you get webview section top-left and there you have live link of your project
  • use that link to submit in the challenge session

Hello , just wondering is there other ways I can submit live link without Replit and if I clone and push to replit will I be able to make changes locally.

Download the boilerplate code template and do it locally and post it on aws or render or any website that support fullstack apps, copy the live app link and submit it.

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