Closed hashdashme closed 5 years ago
Here is the complete log...
0 info it worked if it ends with ok
1 verbose cli [ '/home/pi/.nvm/versions/node/v10.15.3/bin/node',
1 verbose cli '/home/pi/.nvm/versions/node/v10.15.3/bin/npm',
1 verbose cli 'start' ]
2 info using npm@6.4.1
3 info using node@v10.15.3
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle node-autotip@1.0.1~prestart: node-autotip@1.0.1
6 info lifecycle node-autotip@1.0.1~start: node-autotip@1.0.1
7 verbose lifecycle node-autotip@1.0.1~start: unsafe-perm in lifecycle true
8 verbose lifecycle node-autotip@1.0.1~start: PATH: /home/pi/.nvm/versions/node/v10.15.3/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/minecraft/node-autotip/node_modules/.bin:/home/pi/.nvm/versions/node/v10.15.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
9 verbose lifecycle node-autotip@1.0.1~start: CWD: /home/pi/minecraft/node-autotip
10 silly lifecycle node-autotip@1.0.1~start: Args: [ '-c', 'node index' ]
11 silly lifecycle node-autotip@1.0.1~start: Returned: code: 1 signal: null
12 info lifecycle node-autotip@1.0.1~start: Failed to exec start script
13 verbose stack Error: node-autotip@1.0.1 start: `node index`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/home/pi/.nvm/versions/node/v10.15.3/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
13 verbose stack at EventEmitter.emit (events.js:189:13)
13 verbose stack at ChildProcess.<anonymous> (/home/pi/.nvm/versions/node/v10.15.3/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:189:13)
13 verbose stack at maybeClose (internal/child_process.js:970:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid node-autotip@1.0.1
15 verbose cwd /home/pi/minecraft/node-autotip
16 verbose Linux 4.19.37-v7+
17 verbose argv "/home/pi/.nvm/versions/node/v10.15.3/bin/node" "/home/pi/.nvm/versions/node/v10.15.3/bin/npm" "start"
18 verbose node v10.15.3
19 verbose npm v6.4.1
20 error code ELIFECYCLE
21 error errno 1
22 error node-autotip@1.0.1 start: `node index`
22 error Exit status 1
23 error Failed at the node-autotip@1.0.1 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Yeah the logging doesn't work at the moment for linux systems, I will need to rework it. In the meanwhile if you comment out the erroring line it should work fine as a temporary fix.
Hi, I'm currently trying to run the script, but I got an error instead...
I'm running this on a raspberry pi if that helps... Thanks in Advance!