Skip to content

Instantly share code, notes, and snippets.

@h4n2k
h4n2k / gist:25e78325565ceed6af0e21264cd5c471
Created December 6, 2016 03:22
[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