mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 671160fe96
into 01189e144c
This commit is contained in:
commit
41f8783e4d
1
nvm.sh
1
nvm.sh
@ -388,6 +388,7 @@ nvm()
|
|||||||
export MANPATH
|
export MANPATH
|
||||||
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
|
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
|
||||||
export NVM_BIN="$NVM_DIR/$VERSION/bin"
|
export NVM_BIN="$NVM_DIR/$VERSION/bin"
|
||||||
|
ln -sf ${NVM_DIR}/${VERSION}/bin/node ${NVM_DIR}/bin
|
||||||
echo "Now using node $VERSION"
|
echo "Now using node $VERSION"
|
||||||
;;
|
;;
|
||||||
"run" )
|
"run" )
|
||||||
|
Loading…
Reference in New Issue
Block a user