mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 8a8e219b5c
into 91670abdca
This commit is contained in:
commit
c39b32f0c1
1
nvm.sh
1
nvm.sh
@ -216,6 +216,7 @@ nvm()
|
|||||||
hash -r
|
hash -r
|
||||||
export MANPATH
|
export MANPATH
|
||||||
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
|
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
|
||||||
|
export NODE_PATH="$NVM_DIR/$VERSION/lib/node":"$NVM_DIR/$VERSION/lib/node_modules"
|
||||||
export NVM_BIN="$NVM_DIR/$VERSION/bin"
|
export NVM_BIN="$NVM_DIR/$VERSION/bin"
|
||||||
echo "Now using node $VERSION"
|
echo "Now using node $VERSION"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user