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

Tell us what’s happening:
I have spent days trying to figure this out. I would say I cheated my way out of this solution but I dont feel comfortable doing that as I have only copied directly somebody’s link from one of the forums. What I dont understand is why is GitHub option not working? Must I use the Replit option? What is really going on?

Your project link(s)

solution: Backend Challenges boilerplate - package.json | freecodecamp-open-source-project

Your browser information:

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

It needs to be a Node.js application. GitHub pages do not support Node.js it only supports static websites.

So yes, you have to use something like Replit, Glitch, or some other platform that supports Node.js apps.

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