We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the update and install fails if used the current version of node (12).
node-gyp need to be updated to work with node 12 and its dependencies like NAN that needs to be 2.3+.
The text was updated successfully, but these errors were encountered:
yep, it's on my list here. some background 👉 #486
Sorry, something went wrong.
Just updating the node port would be enough?
I think this was fixed in #509.
this should be fixed as of #509
i've released 2.0.0-rc.0 based on the feature/v2 branch and associated PR #537
2.0.0-rc.0
feature/v2
it adds official support for node@12 and drops support for node@6
node@12
node@6
you can install it by running npm i particle-cli@next
npm i particle-cli@next
i'm closing this out but feel free to chime in over in the aforementioned PR 👍
No branches or pull requests
Currently the update and install fails if used the current version of node (12).
node-gyp need to be updated to work with node 12 and its dependencies like NAN that needs to be 2.3+.
The text was updated successfully, but these errors were encountered: