Nicholas Westlake

Results 4 comments of Nicholas Westlake

this install is still failing when it hits `> [email protected] install /usr/local/lib/node_modules/transcription/node_modules/babel/node_modules/chokidar/node_modules/fsevents` here's the full crash: https://gist.github.com/nrw/db41e02e0d5ad8492048

I'd gladly merge a pull request for this. Anyone using this package willing to put that together?

I agree. We could consider doing something like the hooks in `resourceful`: https://github.com/flatiron/resourceful/wiki/Hooks-and-Events ``` javascript Creature.before('create', function(creature, callback) { console.log('before create'); callback(); }); ```