12 March, 2021
0 Comments
1 category
Cause, I had a manual installation of node on my Windows 10 machine and also a NVM installation
Solution
Remove node: “Add or Remove programs”
Remove cache:
C:\Users\xxx\AppData\Roaming\npm
C:\Users\xxx\AppData\Roaming\npm-cache
C:\Program Files\nodejs
Remove all node version in nvm:
nvm list
nvm uninstall x.x.x
nvm uninstall x.x.x
nvm uninstall x.x.x
Manualy remove folders in “C:\ProgramData\nvm”
Install desired node version:
nvm install 15.11.0
nvm use 15.11.0
Category: Uncategorized