[nodemon] Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch '/home/innocent/Desktop/fullStack/practice-api/api-1/routes/tasks.js' npm ERR! code 1 code example

Example 1: [nodemon] Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch

sudo sysctl fs.inotify.max_user_watches=582222 && sudo sysctl -p

Example 2: [nodemon] Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch

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

Tags:

Misc Example