-
Notifications
You must be signed in to change notification settings - Fork 287
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
NodeJs v12.18.3 not supported by bundled npm v5.5.1 on Ubuntu 20 #2871
Comments
Contents of /home/*****/.npm/_logs/2020-07-22T22_56_12_979Z-debug.log (if required)
|
Hey, and thanks for the report! I’m moving this over to nodejs/help, because this isn’t really actionable for us as a bug report. It’s primarily a problem with npm, and Node.js only tries to guarantee that the version of npm that we ship with it works, not older npm versions (which sometimes rely on Node.js internals to a degree that we cannot control and that is not reasonable to expect from us to maintain, which includes this particular error). It’s also not something that npm can do anything about, because they are not in control of the version that Ubuntu ships, and cannot modify outdated already-published versions (the most recent I’d suggest that you reach out to the Ubuntu maintainers team in order to have this addressed. |
Hey @addaleax I will raise a bug with the Ubuntu maintainers when I have time. |
I installed node.js LTS (v12) using instructions here
Upon installation, I see proper results with
node -v
(v12.18.3) andnpm -v
(v5.5.1)But trying to use npm throws an error:
My OS information is here:
The text was updated successfully, but these errors were encountered: