diff --git a/nvm.sh b/nvm.sh index 1b717b1..f4481d7 100755 --- a/nvm.sh +++ b/nvm.sh @@ -1744,7 +1744,7 @@ $NVM_LS_REMOTE_IOJS_OUTPUT" | command grep -v "N/A" | sed '/^$/d')" local INSTALLS INSTALLS=$(echo "$NPMLIST" | command sed -e '/ -> / d' -e '/\(empty\)/ d' -e 's/^.* \(.*\)@.*/\1/' -e '/^npm$/ d' | command xargs) - echo "Copying global packages from $VERSION..." + echo "Reinstalling global packages from $VERSION..." echo "$INSTALLS" | command xargs npm install -g --quiet local LINKS