fritsvt / laravel-nuxt-authentication

Local and social authentication boilerplate using Laravel + Nuxt
72 stars 33 forks source link

ERROR: ENOSPC: System limit for number of file watchers reached #5

Closed adavie1 closed 5 years ago

adavie1 commented 5 years ago

After setting up Nuxt, etc. When running npm run dev, I get this error during server build. I've also reported this error at bugs.nuxtjs.org

adavie1 commented 5 years ago

The team at Nuxt suggest this fix:

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

Which worked for me on Ubuntu 18.04.

More details here.

tmnsit commented 3 years ago

it work+