mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Adding some helpful output to nvm copy-packages
This commit is contained in:
parent
6bae6c07f2
commit
a42b90d215
1
nvm.sh
1
nvm.sh
@ -850,6 +850,7 @@ nvm() {
|
||||
INSTALLS=$(nvm use "$VERSION" > /dev/null && npm list -g --depth=0 | tail -n +2 | \grep -o -e ' [^@]*' | cut -c 2- | \grep -v npm | xargs)
|
||||
fi
|
||||
|
||||
echo "Copying global packages from $VERSION..."
|
||||
echo "$INSTALLS" | xargs npm install -g --quiet
|
||||
;;
|
||||
"clear-cache" )
|
||||
|
Loading…
Reference in New Issue
Block a user