-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] Node 8.9.4 is installed but npm not working #2652
Closed
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Comments
denzelWashington
added
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
labels
Feb 8, 2021
npm 7 requires node 10, so on node 8, you can't run If you're using nvm, you can use |
This was referenced Feb 8, 2021
Actually, closing this in favor of #2623. |
wraithgar
pushed a commit
to ljharb/cli
that referenced
this issue
Feb 12, 2021
In this node version, fall back to `util.promisify` of the callback version. Maybe fixes npm#2623. Maybe fixes npm#2652. Maybe fixes npm#2625. PR-URL: npm#2654 Credit: @ljharb Close: npm#2654 Reviewed-by: @wraithgar, @ruyadorno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
I'm getting the same problem too.
I have node 8.9.4 installed but when i run in jenkinsfile
npm -v
, im getting this errori have downgraded npm to npm@latest-6 but doesn't work for me
The text was updated successfully, but these errors were encountered: