mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
Merge c85b582194
into 364096a3c3
This commit is contained in:
commit
f9560447b3
5
nvm.sh
5
nvm.sh
@ -2086,11 +2086,6 @@ nvm() {
|
|||||||
nvm_err 'Installing iojs from source is not currently supported'
|
nvm_err 'Installing iojs from source is not currently supported'
|
||||||
return 105
|
return 105
|
||||||
;;
|
;;
|
||||||
"$NVM_NODE_MERGED")
|
|
||||||
# nvm_install_merged_node_source "$VERSION" "$NVM_MAKE_JOBS" "$ADDITIONAL_PARAMETERS"
|
|
||||||
nvm_err 'Installing node v1.0 and greater from source is not currently supported'
|
|
||||||
return 106
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
if nvm_install_node_source "$VERSION" "$NVM_MAKE_JOBS" "$ADDITIONAL_PARAMETERS"; then
|
if nvm_install_node_source "$VERSION" "$NVM_MAKE_JOBS" "$ADDITIONAL_PARAMETERS"; then
|
||||||
NVM_INSTALL_SUCCESS=true
|
NVM_INSTALL_SUCCESS=true
|
||||||
|
Loading…
Reference in New Issue
Block a user