Created
December 24, 2018 18:06
-
-
Save rmard/0f29aaf4727633237924066ded384d56 to your computer and use it in GitHub Desktop.
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
Terminal: | |
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | |
$ sysctl --system | |
source: https://stackoverflow.com/questions/22475849/node-js-what-is-enospc-error-and-how-to-solve/32600959#32600959 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment