Last active
August 29, 2015 14:20
-
-
Save mjurincic/d3217c17a4dc1a16e880 to your computer and use it in GitHub Desktop.
Node.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# xcode-select --print-path => https://developer.apple.com/downloads | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install caskroom/cask/brew-cask | |
brew install node | |
npm install npm -g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## fix home folder permissions | |
sudo chown -R $(whoami) ~/.npm | |
## fix global szstem permissions | |
sudo chown -R $(whoami) /usr/local/{share/man,bin,lib/node,include/node} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment