watchpack – How to fix watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached

Node.js

Watchpack is a wrapper library for directory and file watching. watchpack high-level API doesn’t map directly to watchers. Instead a three-level architecture ensures that for each directory only a single watcher exists.

How to fix the watchpack Error

Instructions on how to fix the error message: “Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached

1. Open sysctl.conf file (/etc/sysctl.conf)

2. Add the following statement

fs.inotify.max_user_watches=524288

3. Apply changes without restart

sudo sysctl -p

4. Run watcher

Conclusion

If you cannot edit/save sysctl.conf file, use the following command and try it again.

sudo chmod 777 ./sysctl.conf
https://www.mldgroup.com

Vyštudovaný top manažér pôsobiaci najmä ako manažér, marketér, softvérový inžinier, konzultant, bloger, YouTuber a zatiaľ neúspešný hudobník a producent. V rámci praxe pôsobil v rôznych odvetviach na rôznych pozíciách v malých aj veľkých firmách, vrátane spoluprác a partnerstiev s významnými firmami či poradenskými spoločnosťami.

Pridaj komentár

Vaša e-mailová adresa nebude zverejnená. Vyžadované polia sú označené *