-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

@@ -10,7 +10,7 @@ user=""
# No distract mode
no_distract=false
#add module to do_not_update array
declare -a do_not_update=( "tornado","urllib3")
declare -a do_not_update=()
if [[ $1 == "--nodistract" ]]; then
no_distract=true