Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

adonis serve --dev fails without error information if fs.inotify.max_user_watches=8192 #170

Open
hashrc opened this issue Oct 30, 2019 · 3 comments
Assignees

Comments

@hashrc
Copy link

hashrc commented Oct 30, 2019

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

@RomainLanz
Copy link
Member

Hey @hashrc! 👋

We would need more information about what you are trying to do.

@hashrc
Copy link
Author

hashrc commented Oct 31, 2019

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

@thetutlage thetutlage removed the triage label Nov 5, 2019
@thetutlage
Copy link
Member

Shouldn't this be an issue with Nodemon instead?

@thetutlage thetutlage self-assigned this Nov 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants