Starting nuxt via npm run dev.
For the application to start.
Compile errors on the server.
I've used 2 projects that rely on the latest version of Nuxt:
https://github.com/fritsvt/laravel-nuxt-authentication
and
https://github.com/cretueusebiu/laravel-nuxt
Both exhibit the same behavour when running Nuxt. Since this is a Nuxt error, I'm reporting here. I've already created in issue for each of these projects as well.
Not directly related to Nuxt but to your system watcher limits.
Try echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Please check https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers for more info.
Most helpful comment
Not directly related to Nuxt but to your system watcher limits.
Try
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Please check https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers for more info.