0 Comments

 

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts