You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm install quiz-restful-api
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/quiz-restful-api - Not found
npm ERR! 404
npm ERR! 404 'quiz-restful-api@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: /home/codespace/.npm/_logs/2023-08-18T13_08_08_997Z-debug-0.log
=no joy
Please advise.
The text was updated successfully, but these errors were encountered:
I have followed your instructions. When I start with
node run dev
I get an error saying module doesn't exist
I checked to see if it was in the list:
npm list -g
/usr/local/share/nvm/versions/node/v20.5.0/lib
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
= no joy
then
I tried manually installing it:
$ npm install quiz-restful-api
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/quiz-restful-api - Not found
npm ERR! 404
npm ERR! 404 'quiz-restful-api@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: /home/codespace/.npm/_logs/2023-08-18T13_08_08_997Z-debug-0.log
=no joy
Please advise.
The text was updated successfully, but these errors were encountered: