EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.37k stars 230 forks source link

"Uncaught Error: Module version mismatch. Expected 49, got 48". in bindings.js:83 #269

Open AlekzZz opened 8 years ago

AlekzZz commented 8 years ago

Node: 6

This is happening just with:

import lwip from 'lwip';

I cannot downgrade node, since using specific electron version...

jfronberry commented 8 years ago

I'm having the same issue but using npm

node v6.3.0 npm v3.10.3

hect1c commented 8 years ago

When I usually have this issue I just do a

npm rebuild

And this seems to solve it.