Sorry, wrong error. What I get back is an error talking about "TypeError: Cannot read property '0' of undefined"
if(this._[0] === 'init') {
^
TypeError: Cannot read property '0' of undefined
at [object Object].<anonymous> (C:\node temp\hooktest\node_modules\
hook.io\lib\hookio\hook.js:288:12)
at [object Object].<anonymous> (C:\node temp\hooktest\lib\serviceBaseTypes\ServiceCommon.js:9:8)
at new <anonymous> (C:\node temp\hooktest\lib\serviceBaseTypes\Service.js:7:17)
at Object.<anonymous> (C:\node temp\hooktest\bin\beaker.js:3:14)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:31)
at Function._load (module.js:311:12)
at Array.0 (module.js:484:10)
at EventEmitter._tickCallback (node.js:190:38)
So it seems I need to setup the _ property now by hand... Any ideas?
- Jeremy