-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Can't import module in electron 4.1.1 #214
Comments
Electron 4.1.1 requires Node 10.11.0. |
Well, I can't downgrade my electron + node for just 1 module, Am at the final stage of my project and I can't afford the time to do such a dangerous thing. I never had such an error before and I think it's only related to the version of @serialport\bindings so maybe updating that file will help solve the probleme ? Edit: I just used 10.11.0 and still , probleme not fixed. |
Ok, try this:
And every time you add a new package, you'll need to run electron-rebuild |
That's fixed the including probleme, but then when I do :
It just ... Crashes : no error no nothing, it just says that the DevTools was disconnected from this page. |
Am trying to use this module with electron v4.1.1 and node v10.16.0 but am getting this error :
The text was updated successfully, but these errors were encountered: