I install the latest nodemon (1.10.1) on Ubuntu 16.04, with node v6.4.0
then I run
and changes server.js, the server would not restart automatically. However, when I install an earlier version, and do the same thing, the server will restart correctly.
npm install -g nodemon@1.10.0