-
Notifications
You must be signed in to change notification settings - Fork 4
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
Uncaught Error: Module version mismatch. Expected 48, got 46 #1
Comments
Apparently its a common error from node after upgrading it, try : rm -rf node_modules && npm install |
I'm afraid, same error after rm -rf node_modules && npm install |
I am getting the same error as Samsy. I tried updating my npm as some people have suggested elsewhere on Github but still not working. I am using npm v3.9.2 and node v4.4.0 |
Here my config version:
Try to upgrade nodejs to the 6.x.x. If you want to keep the 4.4.0 you can use node version manager like "nvm" or "n" to have multiple version of node. |
a friend who run into a similar issue fix it like that:
|
The text was updated successfully, but these errors were encountered: