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

Uncaught Error: Module version mismatch. Expected 48, got 46 #1

Open
Samsy opened this issue May 23, 2016 · 5 comments
Open

Uncaught Error: Module version mismatch. Expected 48, got 46 #1

Samsy opened this issue May 23, 2016 · 5 comments

Comments

@Samsy
Copy link

Samsy commented May 23, 2016

screen shot 2016-05-23 at 14 50 59

@Makio64
Copy link
Owner

Makio64 commented May 24, 2016

Apparently its a common error from node after upgrading it, try : rm -rf node_modules && npm install

@Samsy
Copy link
Author

Samsy commented May 26, 2016

I'm afraid, same error after rm -rf node_modules && npm install

@danieltomasku
Copy link

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

@Makio64
Copy link
Owner

Makio64 commented May 27, 2016

Here my config version:

  • npm : 3.9.3
  • nodejs : 6.2.0

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.

@Makio64
Copy link
Owner

Makio64 commented Jun 10, 2016

a friend who run into a similar issue fix it like that:

  • reinstall nodejs to latest
  • npm rebuild
  • npm start 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants