From 2865477558b20cdf68ba5b4f17fbea2c8fc41475 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 23 May 2014 16:34:33 +0200 Subject: [PATCH] install node & npm the normal way again --- brew | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/brew b/brew index fb44280..9f8a2a9 100755 --- a/brew +++ b/brew @@ -11,13 +11,10 @@ brew upgrade # Install what we need brew install git -brew install node --without-npm +brew install node brew install wget brew install gpg2 brew install mysql brew install imagemagick brew install GraphicsMagick -brew install android - -# Install npm on its own -curl -L https://npmjs.org/install.sh | sh \ No newline at end of file +brew install android \ No newline at end of file