-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Trying to install NPM on my Windows PC. NodeJS is version 12.16.3, but installer says to get newer version. This was the newest. #1278
Comments
npm only comes with node; how are you trying to install it? ( |
@skywatchbob that's because that's not an upgrade; npm 5 is very old. your instructor isn't giving you good instructions. |
The upgrade command isn't working now. What can I do to fix this? |
You'll have to reinstall node. By replacing your working/new npm with an old/broken one, you've broken your copy of node. |
I have uninstalled node and re-installed it, but when I check npm, it remains at version 5.5.1. |
I’m not sure; make sure both node and npm are completely uninstalled before reinstalling node. |
Looks like I finally fixed it. Had to find the npm folder in C:/users/(user name)/AppData/ and delete the npm folders that remain after uninstalling node. Once this was done I re-installed node and got the new version of npm. Thanks for your help. |
What / Why
When attempting to install NPM on my Windows PC (Windows 10 Pro) I get an error that I need to get a newer version of NodeJS, although I just downloaded the latest version (12.16.3). Does anyone know if there are issues with this version of NodeJS? How do I install NPM?
The text was updated successfully, but these errors were encountered: