lwip icon indicating copy to clipboard operation
lwip copied to clipboard

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

Open AlekzZz opened this issue 8 years ago • 2 comments

Node: 6

This is happening just with:

import lwip from 'lwip';

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

AlekzZz avatar Jul 26 '16 04:07 AlekzZz

I'm having the same issue but using npm

node v6.3.0 npm v3.10.3

jfronberry avatar Aug 09 '16 17:08 jfronberry

When I usually have this issue I just do a

npm rebuild

And this seems to solve it.

hect1c avatar Sep 15 '16 10:09 hect1c