-npm doctor
-nvm list
-current node
-current npm
This commit is contained in:
2018-09-02 09:25:59 +02:00
parent 0960dd6ee4
commit da6fa49f71
5 changed files with 185 additions and 7 deletions

View File

@@ -22,6 +22,8 @@ echo ""
brew_outdated=$(brew outdated)
upd3=$(echo "$brew_outdated" | awk '{print $1}')
#nb=$(echo $upd3 | wc -w)
if [ -n "$upd3" ]; then
if [ "$display_info" = true ]; then