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 get this error message: // running tests

  1. package.json should have a valid “author” key
    // tests completed
    // console output
    [Error:
Error
Cannot GET /package.json/_api/package.json
]

###Your project link(s)

solution: http://127.0.0.1:5500/package.json

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 Edg/136.0.0.0

Challenge Information:

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


I need some help, i am working in vs code, on my pc… i dont understand why this keeps happening. Please help :sob:

well then how do i share a link fom my local server/ from my pc, so i can share this package.json file???

you need to use the given starting project, you can start the server with npm i and then npm start, it will go live on localhost:3000, you can submit tha link if you develop locally

you need to submit the live app url, do not link to a specific file

did you clone locally the starting project?

I have merged all your topics on this challenge. Do not open anymore topics for this challenge.

you need to clone locally the starting project, then you can make your changes, then open the terminal in the project folder, run npm i && npm start, when it has finished you should be able to submit localhost:3000

thats what ive been doing the whole day already,anywho… think i’ll give up on this course & try something else… thanks for your help though

I do not see the proof, it looks like you are using a live server extension and submitting the direct link to the file

It says

Are you taking the files from that github repo?

can you show your terminal after you run npm start?

that is not your terminal

can you show your local files for this project?

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