Skip to content

Instantly share code, notes, and snippets.

@colemickens
Created June 28, 2018 06:36
Show Gist options
  • Save colemickens/6c88c0d32d86655096e1e6699f576afb to your computer and use it in GitHub Desktop.
Save colemickens/6c88c0d32d86655096e1e6699f576afb to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/nix/store/6lkmyqiiyfbfapz2wd6bb2242lfrd5lq-nodejs-8.11.3/bin/node',
1 verbose cli '/run/current-system/sw/bin/npm',
1 verbose cli 'run',
1 verbose cli 'build' ]
2 info using npm@5.6.0
3 info using node@v8.11.3
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle pukazu@~prebuild: pukazu@
6 info lifecycle pukazu@~build: pukazu@
7 verbose lifecycle pukazu@~build: unsafe-perm in lifecycle true
8 verbose lifecycle pukazu@~build: PATH: /nix/store/6lkmyqiiyfbfapz2wd6bb2242lfrd5lq-nodejs-8.11.3/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/cole/code/colemickens/kazu.cloud/pukazu/node_modules/.bin:/home/cole/.local/bin:/home/cole/bin:/run/wrappers/bin:/home/cole/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/etc/profiles/per-user/cole/bin:/home/cole/PULUMI/pulumi/bin
9 verbose lifecycle pukazu@~build: CWD: /home/cole/code/colemickens/kazu.cloud/pukazu
10 silly lifecycle pukazu@~build: Args: [ '-c', 'tsc' ]
11 silly lifecycle pukazu@~build: Returned: code: 2 signal: null
12 info lifecycle pukazu@~build: Failed to exec build script
13 verbose stack Error: pukazu@ build: `tsc`
13 verbose stack Exit status 2
13 verbose stack at EventEmitter.<anonymous> (/nix/store/6lkmyqiiyfbfapz2wd6bb2242lfrd5lq-nodejs-8.11.3/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> (/nix/store/6lkmyqiiyfbfapz2wd6bb2242lfrd5lq-nodejs-8.11.3/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 pukazu@
15 verbose cwd /home/cole/code/colemickens/kazu.cloud/pukazu
16 verbose Linux 4.17.0
17 verbose argv "/nix/store/6lkmyqiiyfbfapz2wd6bb2242lfrd5lq-nodejs-8.11.3/bin/node" "/run/current-system/sw/bin/npm" "run" "build"
18 verbose node v8.11.3
19 verbose npm v5.6.0
20 error code ELIFECYCLE
21 error errno 2
22 error pukazu@ build: `tsc`
22 error Exit status 2
23 error Failed at the pukazu@ build script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 2, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment