Answers for "ENOSPC: System limit for number of file watchers reached, watch npm start"

5

Error: ENOSPC: System limit for number of file watchers reached,

Ubuntu

sudo gedit /etc/sysctl.conf

Add a line at the bottom

fs.inotify.max_user_watches=524288

Then save and exit!

sudo sysctl -p
Posted by: Guest on September-18-2020

Code answers related to "ENOSPC: System limit for number of file watchers reached, watch npm start"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language