-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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:
- delete the
node_modulesdirectory and try runningnpm installand see if it works the 2nd time - (more desperate) If that doesn't work, try deleting the
package-lock.jsonandnode_modulesdirectories and re-install. (This might cause more problems, though.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed