-
Notifications
You must be signed in to change notification settings - Fork 52
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
compatibility Node version 12.14.0 #55
Comments
Do you have a log where you found incompatibility? |
I have this issue trying to install: 3746 verbose stack Error: [email protected] install: |
I confirm this for the same version of the nodeJs. [email protected] is the problem. Installing the [email protected] and manual install of the package is an workaround I've found. I am also using the TCP and I can't confirm that the serial connection is working. |
|
I've the same problem. NODE 12.18.0 |
Same here. @bcatalin . Could you explain how you managed to install this package manually, please? |
You can do it with {
// ... dependencies and all that ...
"resolutions": {
"**/serialport": "^9.0.1"
}
} |
it's not compatible with the lastest version of nodejs 12.14.0 (npm V6.13.4 )
The text was updated successfully, but these errors were encountered: