You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My home directory contains a space i.e. "C:\Users\Christopher Umbel"
When trying to do an "nvm use" the operation fails and my guess is that something somewhere in nvm requires quoting considering the error message contains the path up to, but not including the first space:
C:\Users\Christopher Umbel>nvm use 0.10.40 32
exit status 1: 'C:\Users\Christopher' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered:
My home directory contains a space i.e. "C:\Users\Christopher Umbel"
When trying to do an "nvm use" the operation fails and my guess is that something somewhere in nvm requires quoting considering the error message contains the path up to, but not including the first space:
C:\Users\Christopher Umbel>nvm use 0.10.40 32
exit status 1: 'C:\Users\Christopher' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered: