You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had node v12 and npm v6.9.2 & wanted to upgrade node to v14.
I tried 2 options:
just ran the installer and hoping it would upgrade the npm, didn't work
uninstalled node and hoping it's fresh installation for node v14 with npm v6.14.x, didn't work
output:
npm version was still v6.9.2 which didn't support node v14 and asked to run npm rebuild something
googled and found not working solution which is run npm install -g npm
both have deadlock output, current npm doesn't support node v14 hence can't run both commands
what I had to do manually for fresh installation:
uninstall previous node.js
go to C:\Users\Username\AppData\Roaming and delete manually npm & npm-cache folder
run the msi 14.17.0 again, then it works
The text was updated successfully, but these errors were encountered:
febytanzil
changed the title
Windows Latest LTS Version: 14.17.0 .msi installer and maybe other installers does not clear/ upgrade existing npm version
Windows Latest LTS Version: 14.17.0 .msi installer does not clear/ upgrade existing npm version
Jun 5, 2021
I had node v12 and npm v6.9.2 & wanted to upgrade node to v14.
I tried 2 options:
output:
npm install -g npm
both have deadlock output, current npm doesn't support node v14 hence can't run both commands
what I had to do manually for fresh installation:
The text was updated successfully, but these errors were encountered: