Kyle Robinson Young
Kyle Robinson Young
I'll take a look. Please rollback to `[email protected]` until I get these issues sorted. Sorry!
An update: It looks like this is because we are not monitoring `NOTE_ATTRIB` in `src/pathwatcher_mac.mm`. Checking for that identifier makes touch work (along with modifying any file attribute) but it...
Node 0.8.3 is very old. Could you update to the latest v0.8 release or even better, upgrade to the latest node v0.10 and try again? Thanks!
Node `v0.8.8` is pretty old. Are you able to upgrade it?
The `'NanDispose' is deprecated` warnings come from `NanDispose` being renamed to `NanDisposePersistent` here: https://github.com/rvagg/nan/issues/54 They are safe to ignore and I haven't updated yet because I want to have node...
I believe the version of Node.js bundled with node-webkit is v0.11 (despite what typing `node -v` indicates). Currently `[email protected]` doesn't support that version of node as it's an unstable version....
It is a race condition that is fixed with `0.6`. gulp is on `[email protected]` and unfortunately `[email protected]` isn't quite ready for prime time. But soon this will be fixed there.
`[email protected]` has been released but at the moment it requires users to build the native addon. For large communities like gulp, many users don't have environments configured to build. Especially...
@thehappycoder Which version of `gaze`?
Also it should be worth noting, if you don't have at least one event listener: ``` js gaze('*', function () { this.on('error', function () {}) }) ``` `EventEmitter` in Node.js...