I installed node on my system. I also installed nvm. But when I am trying to use particular version, I am getting error as shown in image:
Please help me with this.
I installed node on my system. I also installed nvm. But when I am trying to use particular version, I am getting error as shown in image:
Please help me with this.
It's because there's a space in your username. To fix it, you may use old-DOS style. To get it, open command line, go to folder C:\Prithvi M
and execute command for %I in (.) do echo %~sI
C:\Prithvi M>for %I in (.) do echo %~sI
C:\Users\PRITHV~1
Having it, you may update 'root' attribute in your settings.xml (by default it's in your %homepath%\AppData\Roaming\nvm), to the old DOS-style.
example:
root: C:\Users\PRITHV~1\AppData\Roaming\nvm