-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Error: Cannot Find Module Cross-Spawn #429
Comments
This looks like something weird with your |
I'm closing because this appears to be an issue with your npm setup, and we can't really fix it. Please try deleting node_modules and re-running npm install. |
Sorry for the slow response! Running 'npm install' again seems to have fixed it. . . |
Hi Jonas, its weird I have this same issue to but I'm going to look into reinstalling it. thx |
Running "npm i" didn't fix the issue? Make sure you're in the project directory. |
No. I had to delete my node module directory each time i stop the server as On Thu, Oct 6, 2016 9:50 PM, JonasMS [email protected] — |
Odd. Post what fixes it on your end, even if just reinstalling does the trick. |
one thing i noticed that yesterday i didn't get devDeps installed on an
existing project, that was working fine (i just used same source and
moved to another folder). and that was due to `npm config get
production` which was set to true, which doesn't install devDeps. don't
know how this happened, because I never switched this setting. so I had
to type `npm config set production false` for install to work properly.
this was when migrating gitlab server. perhaps this is a node/gitlab issue?
|
Generally what I've done:
What I've done:
*add some .js and .css files in the 'src' directory
*run 'npm start', develop a little bit, things are working
*kill server, go to sleep. Wake up, start server --> error: 'cannot find module cross-spawn'
The text was updated successfully, but these errors were encountered: