Hi,
I cant get it working, there is a debug log:
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'run', 'start' ]
2 info using
npm@2.7.43 info using
node@v0.12.24 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart
VeraHomeKitBridge@0.0.06 info start
VeraHomeKitBridge@0.0.07 verbose unsafe-perm in lifecycle true
8 info
VeraHomeKitBridge@0.0.0 Failed to exec start script
9 verbose stack Error:
VeraHomeKitBridge@0.0.0 start: `node app.js`
9 verbose stack Exit status 1
9 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
9 verbose stack at EventEmitter.emit (events.js:110:17)
9 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:14:12)
9 verbose stack at ChildProcess.emit (events.js:110:17)
9 verbose stack at maybeClose (child_process.js:1015:16)
9 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
10 verbose pkgid
VeraHomeKitBridge@0.0.011 verbose cwd /Users/**********/Desktop/homekit
12 error Darwin 14.3.0
13 error argv "node" "/usr/local/bin/npm" "run" "start"
14 error node v0.12.2
15 error npm v2.7.4
16 error code ELIFECYCLE
17 error
VeraHomeKitBridge@0.0.0 start: `node app.js`
17 error Exit status 1
18 error Failed at the
VeraHomeKitBridge@0.0.0 start script 'node app.js'.
18 error This is most likely a problem with the VeraHomeKitBridge package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error node app.js
18 error You can get their info via:
18 error npm owner ls VeraHomeKitBridge
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]
I?m using osx yosemite with latest nodejs installed from
http://nodejs.org/ .