adonis serve --dev fails without error information if fs.inotify.max_user_watches=8192
Package version
4.0.12
Node.js and npm version
OS : ubuntu 18.04 Node JS - version - 10.4.2 Yarn version : 1.9.1
Sample Code (to reproduce the issue)
echo fs.inotify.max_user_watches=8192 | sudo tee -a /etc/sysctl.conf sudo sysctl -p adonis serve --dev
Hey @hashrc! 👋
We would need more information about what you are trying to do.
I was trying to start my project in newly installed ubuntu 18.04. i think the initial value of fs.inotify.max_user_watches is 8192 on ubuntu 18.04.
i think reason it doesn't give an error because nodemon exits with error code 1. package : nodemon File : nodemon/lib/monitor/watch.js line No : 112
Shouldn't this be an issue with Nodemon instead?