Skip to content

Instantly share code, notes, and snippets.

@0x8BADFOOD
Created January 9, 2018 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x8BADFOOD/72094b8006a1bf07c214eeb450327a88 to your computer and use it in GitHub Desktop.
Save 0x8BADFOOD/72094b8006a1bf07c214eeb450327a88 to your computer and use it in GitHub Desktop.
#Uninstalling node
curl -ksO https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh
chmod +x ./uninstall-node.sh
./uninstall-node.sh
#Installing node
brew install node
brew link node
brew link --overwrite node
sudo npm install npm@latest -g
#Installing yarn
brew install yarn
sudo sysctl -w kern.maxfiles=5242880
sudo sysctl -w kern.maxfilesperproc=524288
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment