-
Notifications
You must be signed in to change notification settings - Fork 92
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
Bump serialport to 7.1.5 for Node.js 12 compability #486
Conversation
Anything that prevents this from merging? |
Thanks for the contribution. The person who's been working on the Particle CLI the most recently is out of the office at the moment. He'll respond when he's back :) |
thanks for the submission @nikeee 🙏👍
did you notice CI is failing across the board? are you able to see this page? https://travis-ci.org/particle-iot/particle-cli/builds/531886365 looks like a single unit test and 33 acceptance tests are failing. if you want to try poking at those, it'd be super-helpful. otherwise, i'll add it to my list here. in the meantime, we recommend you use the stand alone CLI for precisely this reason. installation details here: https://docs.particle.io/tutorials/developer-tools/cli/#installing |
I've seen these failing and actually can't tell you why a patch update for
...is checked to contain the string Also, some tests fail due to a missing access token to the Particle Cloud:
Maybe it is a secret that is configured in Travis and won't be available for Pull Requests of external users? There was this security issue some time ago: This PR of an external contributor also contained these errors: #471 The merge commit in So I'd suggest that we re-target this PR to a different branch of this project and merge them there. Then we should see which tests really fail. |
well, thanks for trying 👍 |
Maybe you could run the tests offline on your machine. I'm certainly missing the authentication tokens for that. |
Any news on this? |
no updates as of yet i'm afraid. still on my list though 👍 |
This fix was also included in #509, closing. |
Currently, I'm not able to install the current
particle-cli
due to compilation errors ofnode-serialport
.node-serialport
fixed Node.js 12 compability in version7.1.5
, see:https://github.com/serialport/node-serialport/compare/serialport@7.1.4...serialport@7.1.5