DEV Community

sium_hossain
sium_hossain

Posted on

3 1

ERROR: System limit for number of file watchers reached in Nuxt

This error has no connection with NUXT. It's totally connected with system watcher limits. Simple one line command will resolve this issue.

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Enter fullscreen mode Exit fullscreen mode

Thank you

Top comments (0)

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more