I have difficulties choosing a platform for the lesson “How to Use package.json, the Core of Any Node.js Project or npm Package”.
I am stuck. Please I tried to use Glitch site builder but there is notice on their site indicating that hosting will no longer be supported free soon. So can you recommend a site builder I can use for this lesson.
I tried cloning the repository locally but I can’t run the local server because it gives an error message “cannot find express” in VS Code
In the instructions, the example link is:
http://localhost:3000/
So is the link we are to submit a temporary link just to pass the test and move on or we need to submit a permanent link of the project. How can I run the server and submit the local link to pass the test. Should I install express? How should I go about it?
My first opinion about this lesson is that the start is too complicated for a beginner. Please provide a boiler plate like gitpod in Relational Databases lesson. Thanks
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.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