We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc0192 commit 2243b52Copy full SHA for 2243b52
nvm.sh
@@ -3911,7 +3911,7 @@ nvm() {
3911
export NVM_INC="${NVM_VERSION_DIR}/include/node"
3912
if [ "${NVM_SYMLINK_CURRENT-}" = true ]; then
3913
case "$(uname -s)" in
3914
- CYGWIN*|MINGW*|MINGW32*|MSYS*)
+ CYGWIN*|MINGW*|MSYS*)
3915
3916
# Windows cygwin
3917
command rm -rf "${NVM_DIR}/current" && cmd //C mklink //J "$(cygpath -w "${NVM_DIR}/current")" "$(cygpath -w "${NVM_VERSION_DIR}")" >/dev/null
0 commit comments