Skip to content

Instantly share code, notes, and snippets.

@h4n2k
Created December 6, 2016 03:22
Show Gist options
  • Save h4n2k/25e78325565ceed6af0e21264cd5c471 to your computer and use it in GitHub Desktop.
Save h4n2k/25e78325565ceed6af0e21264cd5c471 to your computer and use it in GitHub Desktop.
[nodemon] Internal watch failed: watch ENOSPC
[nodemon] 1.8.1
[nodemon] to restart at any time, enterrs
[nodemon] watching: *.*
[nodemon] startingnode app.js
[nodemon] Internal watch failed: watch ENOSPC
echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
@iclasschima
Copy link

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p​

This worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment