Skip to content

Instantly share code, notes, and snippets.

@wesleysaraujo
Created July 28, 2016 14:09
Show Gist options
  • Save wesleysaraujo/ea1780f4139ccee1ed1582630604c071 to your computer and use it in GitHub Desktop.
Save wesleysaraujo/ea1780f4139ccee1ed1582630604c071 to your computer and use it in GitHub Desktop.
Em caso de erro ao rodar npm run dev no Linux Ubuntu
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
sudo sysctl --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment