Skip to content
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

npm error #6

Closed
mroberts1 opened this issue Jun 19, 2024 · 2 comments
Closed

npm error #6

mroberts1 opened this issue Jun 19, 2024 · 2 comments
Labels
question Further information is requested

Comments

@mroberts1
Copy link

Install fails on missing script:

➜ npm run dev
npm error Missing script: "dev"
@jbilcke-hf
Copy link
Owner

hi, it may be an issue with your Node and/or NPM configuration

I recommend to first check that NVM is properly installed:

https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating

Then activate the correct version of Node (nvm use)

You can then install the modules (npm i)

and finally run the app (npm run dev)

@jbilcke-hf jbilcke-hf added the question Further information is requested label Jul 11, 2024
@lalalune
Copy link
Collaborator

I tried this and it worked out of the box, suggesting close

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

No branches or pull requests

3 participants