-
Notifications
You must be signed in to change notification settings - Fork 30k
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
v14.5.0 regression with npm #34162
Comments
This is happening because You should be able to address this by updating npm, ideally to a supported version. |
Thanks for the explanation! And yes, updating to npm >= 6.10.0 resolves the issue |
Hello SheetJSDev, Can you please tell me how did you upgrade the npm? |
We didn't really "fix" the problem, all we did was just skip downgrading. SheetJS/sheetjs@93ec51e shows what we did for travis -- the script only messes with npm if the node version is in the v0.8.x range To bail out of a broken npm situation, you can use something like |
Hey,
Thank you for your feedback. It helped a lot.
Thanks And Regards,
Pooja Naik
…On Thu, Jul 23, 2020 at 4:26 PM SheetJSDev ***@***.***> wrote:
We didn't really "fix" the problem, all we did was just skip downgrading.
***@***.***
<SheetJS/sheetjs@93ec51e>
shows what we did for travis -- the script only messes with npm if the node
version is in the v0.8.x range
To bail out of a broken npm situation, you can use something like nvm or n
to switch node+npm versions (go down to 12, back up to 14) or just
uninstall and reinstall from the official nodejs.org releases.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#34162 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANV733ECC6QCLB5YZDDJIKLR5CMIVANCNFSM4ONX4H3Q>
.
|
node v14.16.0 and npm 7.6.0 AND I STILL GET THIS STUPID ERROR!! reinstalled node, cleaned cache.. tried everything and no luck! |
my npm is 7.6.0 and i still get this error |
Can you elaborate on this? what is the command to solve the issue? |
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Every single time
What is the expected behavior?
Installs correctly (and you can verify this using node v14.4.0)
What do you see instead?
Additional information
Since this works in 14.4.0 and in 12.x, I'm inclined to believe this is a nodejs regression.
The text was updated successfully, but these errors were encountered: