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
there is a bug with npm in node v13
npm WARN npm npm does not support Node.js v13.0.0
its fixed in latest release
ref, nodejs/node#30066
The text was updated successfully, but these errors were encountered:
Hey @ncopa, node v12 is currently the LTS. Do you have any idea when will be the repository be updated?
Because, currently we have: nodejs => 10 and nodejs-current => 12 It should be: nodejs => 12 and nodejs-current => 13
Thanks!
Sorry, something went wrong.
@fatlinesofcode can this be closed? node v12 has landed on alpine as "nodejs" and v13 as "nodejs-current"
I had a similar issue with nodev13.0.1 this worked for me "yarn install --ignore-engines"
No branches or pull requests
there is a bug with npm in node v13
its fixed in latest release
ref, nodejs/node#30066
The text was updated successfully, but these errors were encountered: