-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Warning: Failed to create the file: No such file or directory" on Cygwin #2353
Comments
nvm does not support cygwin- it requires a POSIX shell, which on windows is only WSL. |
Actually, this isn't my experience. It works fine with Cygwin and Msys2. |
That’s because the latest version is the first one to support those environments; at the time, nvm didn’t work there at all. |
Ah, thanks. That explains it. I had been using it on msys2 and I thought it was much longer ago. |
Would it be possible to link the patch that fixed this behaviour, or at least the file(s)? I've run into this before with other open source projects and it would be useful to have more information to either fix them or help the maintainers do so. |
@Kaos-Industries #2391 |
Operating system and version: Cygwin on Windows 10
nvm debug
output:nvm ls
output:How did you install
nvm
?curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
What steps did you perform?
I need Node JS 10 in order to use Foundation for a web project. I tried to do
nvm install 10
to install and switch to v10 instead of my current v12.What happened?
I got the following output:
Is there anything in any of your profile files that modifies the
PATH
?The text was updated successfully, but these errors were encountered: