-
Notifications
You must be signed in to change notification settings - Fork 320
Cannot find module 'tapable' #107
Comments
same problem here |
If you |
I did |
I would try running this to see what happens.
I ran into this recently in a CI env. Clearing everything and installing from scratch (with the above steps) fixed it for me. |
@AlexSwensen thanks, that three step process cleared the error. Which is funny (funny euw?, not funny haha) 'cause this is a new project and all the pieces were just installed ... |
@Walt-D-Cat Yeah, it has something to do with the npm cache getting in a strange state in 5.1.0. (NPM stores a separate cache in addition to I usually recommend just checking the latest version of NPM 5 has some great (but new) changes. It's going to take some time for the rest of the Node ecosystem to catch up. I'm sure when Node 8 goes LTS with NPM 5 included it will help a lot. That is still a few months out though. Best of luck! |
Helped me also, thanks! |
I did this and now it says that the express module is missing. The app crashes on server.js command. |
In follwing README.md on ubuntu 14.04 skipping only vagrant commands, I get npm installed but seem to be missing dependancies. This is the first missing dependency:
The text was updated successfully, but these errors were encountered: