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 install doesn't install all the dependencies #1

Open
trasa opened this issue Mar 8, 2023 · 0 comments
Open

npm install doesn't install all the dependencies #1

trasa opened this issue Mar 8, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@trasa
Copy link
Contributor

trasa commented Mar 8, 2023

Symptoms: you run npm install, it creates the node_modules directory and puts some dependencies in there but doesn't put them all, so you get errors when you run about failing to load modules / modules not found.

Two things to try:

  1. delete the node_modules directory and try running npm install and see if it works the 2nd time
  2. (more desperate) If that doesn't work, try deleting the package-lock.json and node_modules directories and re-install. (This might cause more problems, though.)
@trasa trasa added bug Something isn't working help wanted Extra attention is needed labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant