-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start. #23
Comments
Did you ever figure this issue out? Running into the same exact problem. |
And if you try |
I'm getting the following error: SyntaxError: Unexpected reserved word |
I'm getting the same issue. Any fix? |
Has anyone found a fix to this issue? Seems to persist in the latest code base. |
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'start',
1 verbose cli '--',
1 verbose cli '--server',
1 verbose cli '127.0.0.1:8080',
1 verbose cli '--sitemap',
1 verbose cli 'homekit',
1 verbose cli '--pincode',
1 verbose cli '13572460' ]
2 info using npm@2.11.2
3 info using node@v0.12.6
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart openHAB-HomeKit-Bridge@1.1.0
6 info start openHAB-HomeKit-Bridge@1.1.0
7 verbose unsafe-perm in lifecycle true
8 info openHAB-HomeKit-Bridge@1.1.0 Failed to exec start script
9 verbose stack Error: openHAB-HomeKit-Bridge@1.1.0 start:
node index.js "--server" "127.0.0.1:8080" "--sitemap" "homekit" "--pincode" "13572460"
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (/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. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
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 openHAB-HomeKit-Bridge@1.1.0
11 verbose cwd /opt/Sources/OpenHAB-HomeKit-Bridge
12 error Linux 4.1.6-v7+
13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "--" "--server" "127.0.0.1:8080" "--sitemap" "homekit" "--pincode" "13572460"
14 error node v0.12.6
15 error npm v2.11.2
16 error code ELIFECYCLE
17 error openHAB-HomeKit-Bridge@1.1.0 start:
node index.js "--server" "127.0.0.1:8080" "--sitemap" "homekit" "--pincode" "13572460"
17 error Exit status 1
18 error Failed at the openHAB-HomeKit-Bridge@1.1.0 start script 'node index.js "--server" "127.0.0.1:8080" "--sitemap" "homekit" "--pincode" "13572460"'.
18 error This is most likely a problem with the openHAB-HomeKit-Bridge package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error node index.js "--server" "127.0.0.1:8080" "--sitemap" "homekit" "--pincode" "13572460"
18 error You can get their info via:
18 error npm owner ls openHAB-HomeKit-Bridge
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: