-
Notifications
You must be signed in to change notification settings - Fork 6
Description
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
├── corepack@0.19.0
├── nodemon@3.0.1
├── npm@9.8.0
└── pnpm@8.6.11
= 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.