Skip to content

Instantly share code, notes, and snippets.

@mjurincic
Last active August 29, 2015 14:20
Show Gist options
  • Save mjurincic/d3217c17a4dc1a16e880 to your computer and use it in GitHub Desktop.
Save mjurincic/d3217c17a4dc1a16e880 to your computer and use it in GitHub Desktop.
Node.js
# 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
## 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