Moin,
ich erhalte folgende Fehlermeldung beim starten des NodePush Servers.
Code
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@1.3.21
3 info using node@v0.10.24
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart be.bastelstu.wcf.nodePush@1.0.0
6 info start be.bastelstu.wcf.nodePush@1.0.0
7 verbose unsafe-perm in lifecycle true
8 info be.bastelstu.wcf.nodePush@1.0.0 Failed to exec start script
9 error be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
9 error Exit status 8
10 error Failed at the be.bastelstu.wcf.nodePush@1.0.0 start script.
10 error This is most likely a problem with the be.bastelstu.wcf.nodePush package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error coffee app.coffee
10 error You can get their info via:
10 error npm owner ls be.bastelstu.wcf.nodePush
10 error There is likely additional logging output above.
11 error System Linux 3.2.0-4-amd64
12 error command "/usr/local/bin/node" "/usr/local/bin/npm" "start"
13 error cwd /home/daedalus/pushssl_3482
14 error node -v v0.10.24
15 error npm -v 1.3.21
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]
Display More