Kyle Robinson Young
Kyle Robinson Young
This is not really a bug IMO. It watches certain folders that could potentially have matching files added to it. It just doesn't hide those files when reporting what files...
Feel free to dive into the issue history of this repo. A lot being investigated here has already been discussed in other issues. Sorry I don't have the energy to...
@crazyhuggins Sounds good! Thanks and best of luck!
Thanks for the PR! I'll look into this shortly.
@expectlabs-andrew I haven't had time to address this. Currently it fails test (and now has a merge conflict). I don't think this issue is that serious though. It already does...
Thanks for the error reports. Could you try on a stable version of node.js? `v0.11` and odd versions are considered unstable. `Error: Module version mismatch.` happens when a package is...
Oh I glossed over the node-webkit part :) To rebuild native addons for that, do `npm install nw-gyp -g` and rebuild (`nw-gyp`) from within the module folder (sorry its kind...
Give the `navelgazer` branch a try instead or please use `0.5.1`. As `0.6` is not compatible with Node.js v0.12
Interesting. Please use the `0.5.x` version until I can get pre-compiled binaries into the package to avoid these types of issues. Thanks!
Just a heads up, hopefully soon I'll be replacing the platform layer with https://github.com/shama/navelgazer which contains pre-built binaries and will avoid these issues. Thanks!