remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.26k stars 1.73k forks source link

hardlinked directories watch #935

Closed modelair closed 6 years ago

modelair commented 7 years ago

i have shared my views & assets files(templates,client js, images, styles) to my nodejs site directory with NTFS-hardlink ( on macos work great, same tool is symlinker). screenshot attached

why nodemon does not see changes in files, which allocated in working directory due Hard-links?

update: CMD.exe sees thats "directories" as a normal, command cd views cd assets working fine, also webstorm IDE working fine with folders, nodejs loading these files & folders too without problems. start script for nodemon is simple: "scripts": { "start": "nodemon --debug ./app.js" }, default

stale[bot] commented 6 years ago

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3

mikila85 commented 3 years ago

???