Skip to content

Instantly share code, notes, and snippets.

@SAdams601
Created March 15, 2018 15:43
Show Gist options
  • Save SAdams601/665f5cd58c52c781554377a67de16be5 to your computer and use it in GitHub Desktop.
Save SAdams601/665f5cd58c52c781554377a67de16be5 to your computer and use it in GitHub Desktop.
2018-03-15T15_39_06_133Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'build' ]
2 info using npm@5.7.1
3 info using node@v8.10.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle remix-ide@0.5.0~prebuild: remix-ide@0.5.0
6 info lifecycle remix-ide@0.5.0~build: remix-ide@0.5.0
7 verbose lifecycle remix-ide@0.5.0~build: unsafe-perm in lifecycle true
8 verbose lifecycle remix-ide@0.5.0~build: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/stephen/Projects/remix-ide/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
9 verbose lifecycle remix-ide@0.5.0~build: CWD: /home/stephen/Projects/remix-ide
10 silly lifecycle remix-ide@0.5.0~build: Args: [ '-c', 'browserify src/index.js -o build/app.js' ]
11 silly lifecycle remix-ide@0.5.0~build: Returned: code: 1 signal: null
12 info lifecycle remix-ide@0.5.0~build: Failed to exec build script
13 verbose stack Error: remix-ide@0.5.0 build: `browserify src/index.js -o build/app.js`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285: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> (/usr/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:925:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
14 verbose pkgid remix-ide@0.5.0
15 verbose cwd /home/stephen/Projects/remix-ide
16 verbose Linux 4.13.0-37-generic
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
18 verbose node v8.10.0
19 verbose npm v5.7.1
20 error code ELIFECYCLE
21 error errno 1
22 error remix-ide@0.5.0 build: `browserify src/index.js -o build/app.js`
22 error Exit status 1
23 error Failed at the remix-ide@0.5.0 build script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment