Skip to content

Instantly share code, notes, and snippets.

@bonehead
Created June 6, 2019 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonehead/f4ce49c19e415ad18b55d7036bc96b74 to your computer and use it in GitHub Desktop.
Save bonehead/f4ce49c19e415ad18b55d7036bc96b74 to your computer and use it in GitHub Desktop.
RocketChat Install error log
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 npm@6.9.0
3 info using node@v8.15.1
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle Rocket.Chat@1.2.0-develop~prestart: Rocket.Chat@1.2.0-develop
6 info lifecycle Rocket.Chat@1.2.0-develop~start: Rocket.Chat@1.2.0-develop
7 verbose lifecycle Rocket.Chat@1.2.0-develop~start: unsafe-perm in lifecycle true
8 verbose lifecycle Rocket.Chat@1.2.0-develop~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 Rocket.Chat@1.2.0-develop~start: CWD: /Rocket.Chat
10 silly lifecycle Rocket.Chat@1.2.0-develop~start: Args: [ '-c', 'meteor' ]
11 silly lifecycle Rocket.Chat@1.2.0-develop~start: Returned: code: 137 signal: null
12 info lifecycle Rocket.Chat@1.2.0-develop~start: Failed to exec start script
13 verbose stack Error: Rocket.Chat@1.2.0-develop 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 Rocket.Chat@1.2.0-develop
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 Rocket.Chat@1.2.0-develop start: `meteor`
22 error Exit status 137
23 error Failed at the Rocket.Chat@1.2.0-develop 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