I have 2 versions of node.js , as follow:-
Your environment has been set up for using Node.js 17.1.0 (x64) and npm.
C:\Windows\System32>nvm list
16.13.0
8.16.2
but when i try to use the first version i got this error:-
C:\Windows\System32>nvm use 8.16.2
node v8.16.2 (64-bit) is not installed.
and when i try to use the second version i got this:-
C:\Windows\System32>nvm use 16.13.0
exit status 145: The directory is not empty.
so what is going on? thanks