img2dds icon indicating copy to clipboard operation
img2dds copied to clipboard

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

Open Samsy opened this issue 8 years ago • 5 comments

screen shot 2016-05-23 at 14 50 59

Samsy avatar May 23 '16 13:05 Samsy

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

Makio64 avatar May 24 '16 00:05 Makio64

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

Samsy avatar May 26 '16 08:05 Samsy

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

danieltomasku avatar May 26 '16 18:05 danieltomasku

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 avatar May 27 '16 01:05 Makio64

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

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

Makio64 avatar Jun 10 '16 15:06 Makio64