nodemon: Nodemon not detecting changes on macbook
Running OS X Yosemite 10.10.5 with Node V0.10.36
RS is working but nodemon does not seem to be seeing file changes.
Same system is being used for ruby’s guard which is running a reloader and for sass watch, both are working. This configuration was working prior to the last few days. Not sure if a recent nodemon update triggered this or if it’s another factor.
Finally, not sure how to best debug this; here’s debug output so far.
Crispens-MacBook-Pro:site crispensmith$ sudo nodemon node_modules/.bin/lcm server --debug
15 Oct 22:21:32 - [nodemon] 1.7.1
15 Oct 22:21:32 - [nodemon] to restart at any time, enter rs
15 Oct 22:21:32 - [nodemon] watching: .
15 Oct 22:21:32 - [nodemon] starting node node_modules/.bin/lcm server --debug
CLI ENV: development
debugger listening on port 5858
CLI ENV: development
Locomotive 0.4.2 application starting in development on http://0.0.0.0:3000
HTTP server listening on 0.0.0.0:3000
//
//File changed here, no trace on the debug.
//
rs
15 Oct 22:22:16 - [nodemon] starting node node_modules/.bin/lcm server --debug
CLI ENV: development
debugger listening on port 5858
CLI ENV: development
Locomotive 0.4.2 application starting in development on http://0.0.0.0:3000
HTTP server listening on 0.0.0.0:3000
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 38 (9 by maintainers)
Commits related to this issue
- fix: JSON extension not watched when "scriptExt" is defined Fix a bug that caused ".json" files to not be watched by default. closes #643 — committed to remy/nodemon by pensierinmusica 9 years ago
- Fix nodemon https://github.com/remy/nodemon/issues/685 — committed to MelbDjango/melbdjango.github.io by ptim 8 years ago
This is still an issue in 2017.
OSX Yosemite 10.10.5 Node v6.3.1
Downgrading to 1.3.1 solved the problem (but why is the latest version broken?).