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:
parent
5cb8180f5c
commit
2865477558
7
brew
7
brew
@ -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
|
|
Loading…
Reference in New Issue
Block a user