-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Support cygwin? #1393
Comments
If BashOnWindows isn't an option, the readme lists Windows alternatives. |
Just for clarity, But the support is extensive enough to compile a host of programs almost out of the box. Not bashing, just came here by looking specifically for And it seemed to be no problem installing |
Theoretically nvm works on anything POSIX-compliant, but i don’t think node offers that same guarantee. |
The documentation says |
@DanKaplanSES in 2018, nvm did not support cygwin. now, it does. |
There appears to be a reliance on curl for Cygwin installs. Without the command line tool installed I get an error when attempting to install:
Installing curl resolves the issue. Is the reliance on curl documented, or is it just assumed that it's installed? |
this means curl is installed, altho perhaps it’s picking up on a windows installation of it? Yea, the readme documents that curl or wget is required. |
My problem appears when only wget is installed in the Cygwin environment. There appears to be a Windows curl executable located at C:\Windows\System32\curl.exe, and that's the one that nvm is apparently using. ETA: This appears to be part of Windows 11. |
Operating system and version:
windows 10
nvm debug
output:nvm ls
output:How did you install
nvm
? (e.g. install script in readme, homebrew):install script in readme
What steps did you perform?
nvm install --lts
What happened?
I've tried many times, and I've already installed msvs 2015, gcc, and llvm but no help.
Maybe we could download windows pre-built binary from
https://nodejs.org/dist/v6.9.5/node-v6.9.5-win-x64.7z
?The text was updated successfully, but these errors were encountered: