-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Changing from Node 4.2.3 LTS with npm 3.1.2 to Stable 5.9 caused npm, to break #5795
Comments
Initial bug write-up was incorrectly labeled as 5.6, due to my brain, flipping numbers :) |
Hmmm, looks like there might be more useful info on this issue. Not sure if/when we'll be able to fix though. |
cc @nodejs/build or @nodejs/platform-windows maybe |
I can't reproduce this by installing those exact versions in sequence. npm installs global modules to |
In the past I wasn't able to consistently reproduce the OS X version of this issue either. :/ |
Given that this is a duplicate, is there reason to keep it open |
Starting:
Node 4.2.3
npm 3.1.2
Ending:
Node 5.9
npm ???? (no npm commands worked in any of my shells)
OS: Windows 10, x64 Pro
Description:
Changing from Node 4.2.3 LTS with npm 3.1.2 to Stable 5.9 caused NPM to break. Absolutely no npm functionality was working, not even version-checking. Node seemed to be working.
Part of error message:
Observations:
After uninstalling Node and re-installing it, I noticed the installer in the Installer directory was still 4.2.3
Workaround:
RESULT: Was able to successfully use npm again with the default install of npm 3.7.3
The text was updated successfully, but these errors were encountered: