I have done the npm init -y command on my terminal, it’s not going through, i also tried entering my name as author without running the npm command, it’s still the same issue. thank you
there is already a .json file in the boilerplate, you don’t need to run init. Edit the existing json file, start the server, and submit that localhost link
figured it out. all i had to do was install express package. i did so by running “npm install express” to the terminal afterwich i did the “npm run start”
i got this