vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.7k stars 4.38k forks source link

vue cli 3 didn't prompt error/warning when max_user_watches is exceed #1441

Closed luaz closed 6 years ago

luaz commented 6 years ago

I am runing npm run serve for development and hot reloading, and realize some changes to nested file (e.g. assets/css/test.css) are not reloaded but reloading works on certain files (e.g. assets/test.css).

I took me half a day before I realize the culprit is inotify watchers max_user_watches.

It would be useful if vue cli could warn of the usual Failed to watch directory ... no space left on device error.

LinusBorg commented 6 years ago

This is the wrong repository. You are looking for vuejs/vue-cli