[ ] My Windows installation is non-English.
[x] read the README to be aware of npm gotchas & antivirus issues.
[x] made sure this isn't a question about how to use NVM for Windows, since gitter is used for questions and comments.
[ ] settings.txt
None of above
My home directory is something like C:Usersxxx yyy which have a space between xxx and yyy
Step 1. Installing via installer.
Step 2. nvm install 4.4.2
Step 3. nvm use 4.4.2
in Step 3, I got error message like
exit status 1: 'C:Usersxxx' is not recognized as an internal or external command, operable program or batch file.
install and use nvm by a user which home directory have a space.
I have the same problem :cry:
Here's the solution:
Running nvm root
should now show _C:UsersPublicnvm_ and things _should_ just work.
Hi there !
Same issue here but I could not fix it. I'm using the casual prompt, and installed cygwin mod.
64bits
with the .msi
).Public
in the install path.the same problem as Ugarz
and when i uninstall all the node before i install the nvm-windows .after that open cmd.ext . it tell me that "erroe open setting.txt : the system canot find the file specified “
Duplicate of #41.
- In cmd, go to your home directory and type dir/x to see the shortened name for this folder
- Then replace your user name with this shortened name in the setting.txt
- It works
This Works..Thanks
It works for me..! Thanks
Most helpful comment
Here's the solution:
Running
nvm root
should now show _C:UsersPublicnvm_ and things _should_ just work.