-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
NW.js crashes while using Johnny-Five starting with v0.36.0 #7022
Comments
Does the use of johnny-five need to connect specific hardware? Or can there be any method to test without hardware? I tried with your code and the |
In my example, Johnny-Five tries to connect to an Arduino board. I don't know if it does the same with other boards. Unfortunately, I do not know of a way to replicate this problem without the hardware. When no Arduino is connected, the connection is not established and the |
This is fixed in git and will be available in the next nightly build. |
This test page works in NW.js v0.36.0-beta1 and prior versions but it stopped working with v0.36.0 and later versions:
In version 0.36.0 and later, NW.js crashes. Here is the info from the console (macOS Mojave) after the crash:
It also crashes on Windows 10.
This is the content of my package.json file:
Thank you for looking into this.
The text was updated successfully, but these errors were encountered: