Skip to content

Instantly share code, notes, and snippets.

@olivx
Last active October 15, 2018 20:32
Show Gist options
  • Save olivx/c5dbcdd1f8b61a04e74293957e82c5ee to your computer and use it in GitHub Desktop.
Save olivx/c5dbcdd1f8b61a04e74293957e82c5ee to your computer and use it in GitHub Desktop.
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
source ~/.profile
NPM_CONFIG_PREFIX=~/.npm-global
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
fs.inotify.max_user_watches=524288
sysctl --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment