Skip to content

missing module? #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pleabargain opened this issue Aug 18, 2023 · 2 comments
Open

missing module? #1

pleabargain opened this issue Aug 18, 2023 · 2 comments

Comments

@pleabargain
Copy link

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.

@pleabargain
Copy link
Author

Won't run locally. Won't run remotely.
image

@techreagan
Copy link
Owner

You are doing it all wrong. Please read the readme file.

Install the node packages first with
npm install

Then enter this command to start up the application.
npm run dev
not node run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants