1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-10-31 23:35:32 +01:00

install node & npm the normal way again

This commit is contained in:
Matthias Kretschmann 2014-05-23 16:34:33 +02:00
parent 5cb8180f5c
commit 2865477558

5
brew
View File

@ -11,13 +11,10 @@ brew upgrade
# Install what we need # Install what we need
brew install git brew install git
brew install node --without-npm brew install node
brew install wget brew install wget
brew install gpg2 brew install gpg2
brew install mysql brew install mysql
brew install imagemagick brew install imagemagick
brew install GraphicsMagick brew install GraphicsMagick
brew install android brew install android
# Install npm on its own
curl -L https://npmjs.org/install.sh | sh