-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Detecting Changes on Linux #963
Comments
An update on this - I was able to turn on --verbose option. This tells me that nodemon is actually seeing the file changes but doesn't re-run the app. [nodemon] files triggering change check: src/assets/css/main.css |
Looks like the problem described in #956. |
It does look like its the same or related issue. However, I tried the fix proposed in #957 and it does not fix the issue for me. |
Fairly simple use case, using from CLI:-
nodemon --watch src build.js
nodemon does not detect any file changes. Turning on the debug flag causes the app to crash
running nodemon 1.11.0 on node 6.9.3
linux distro is mint 17
The text was updated successfully, but these errors were encountered: