“nvm use x.x.x” return this error “exit status 145: The directory is not empty.”

I just fixed it by uninstalling Node.js .

According to the https://github.com/coreybutler/nvm-windows/pull/615 pull request, nvm cannot change the version because it’s conflicting with the normally installed Node.js version.

Try deleting Node.js from the Apps settings menu.

Then use the command “nvm use x.x.x”.

Leave a comment

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