Created
June 6, 2019 11:00
-
-
Save bonehead/f4ce49c19e415ad18b55d7036bc96b74 to your computer and use it in GitHub Desktop.
RocketChat Install error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rocket@29743fce1494:/Rocket.Chat$ more /home/rocket/.npm/_logs/2019-06-06T10_54_47_264Z-debug.log | |
0 info it worked if it ends with ok | |
1 verbose cli [ '/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node', | |
1 verbose cli '/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm', | |
1 verbose cli 'start' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prestart', 'start', 'poststart' ] | |
5 info lifecycle [email protected]~prestart: [email protected] | |
6 info lifecycle [email protected]~start: [email protected] | |
7 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true | |
8 verbose lifecycle [email protected]~start: PATH: /home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/ | |
lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Rocket.Chat/node_modules/.bin:/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordo | |
va/mt-os.linux.x86_64/dev_bundle/bin:/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64:/home/rocket/.meteor/packages/met | |
eor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/game | |
s:/usr/local/games | |
9 verbose lifecycle [email protected]~start: CWD: /Rocket.Chat | |
10 silly lifecycle [email protected]~start: Args: [ '-c', 'meteor' ] | |
11 silly lifecycle [email protected]~start: Returned: code: 137 signal: null | |
12 info lifecycle [email protected]~start: Failed to exec start script | |
13 verbose stack Error: [email protected] start: `meteor` | |
13 verbose stack Exit status 137 | |
13 verbose stack at EventEmitter.<anonymous> (/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_ | |
modules/npm/node_modules/npm-lifecycle/index.js:301:16) | |
13 verbose stack at emitTwo (events.js:126:13) | |
13 verbose stack at EventEmitter.emit (events.js:214:7) | |
13 verbose stack at ChildProcess.<anonymous> (/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_ | |
modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) | |
13 verbose stack at emitTwo (events.js:126:13) | |
13 verbose stack at ChildProcess.emit (events.js:214:7) | |
13 verbose stack at maybeClose (internal/child_process.js:915:16) | |
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) | |
14 verbose pkgid [email protected] | |
15 verbose cwd /Rocket.Chat | |
16 verbose Linux 4.9.125-linuxkit | |
17 verbose argv "/home/rocket/.meteor/packages/meteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node" "/home/rocket/.meteor/packages/m | |
eteor-tool/.1.8.1.ani1yi.p0f9s++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm" "start" | |
18 verbose node v8.15.1 | |
19 verbose npm v6.9.0 | |
20 error code ELIFECYCLE | |
21 error errno 137 | |
22 error [email protected] start: `meteor` | |
22 error Exit status 137 | |
23 error Failed at the [email protected] start script. | |
23 error This is probably not a problem with npm. There is likely additional logging output above. | |
24 verbose exit [ 137, true ] | |
rocket@29743fce1494:/Rocket.Chat$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment