Trying to run my Node.js program, which has worked for a long time, and now it is suddenly... not. I\'m trying to figure out the problem, and I figured it would be helpful i
In my case, the issue was with the number of inotify watchers as discussed in this question
And here is the original listen documentation
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p