I'm getting 'access is denied' when I'm using nvm -v command in windows 10. I have got the similar issue here NVM is Access Denied
But he himself gave a solution which is not working for me.
Is there any solution for this problem?
I encountered the same issue and solved it as follows:
nvm-setup.exe
as Administratornvm install 8.12.0
nvm use 8.12.0
Now running node -v
in a non-elevated Command Prompt works without issue.