lwip
lwip copied to clipboard
"Uncaught Error: Module version mismatch. Expected 49, got 48". in bindings.js:83
Node: 6
This is happening just with:
import lwip from 'lwip';
I cannot downgrade node, since using specific electron version...
I'm having the same issue but using npm
node v6.3.0 npm v3.10.3
When I usually have this issue I just do a
npm rebuild
And this seems to solve it.