From ae090ca72e6217d9f067f5536c92165ead2c7433 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 9 Oct 2014 10:17:36 +0200 Subject: [PATCH] new update npm command --- bin/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/update.sh b/bin/update.sh index 44226ba..f47809e 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -4,7 +4,7 @@ # OS X # ------------- -sudo softwareupdate -i -a +#sudo softwareupdate -i -a # # Homebrew @@ -20,7 +20,7 @@ brew cleanup # ------------- # update npm itself -npm update npm -g +npm install npm -g # update all global packages #npm update -g