Skip to content

Instantly share code, notes, and snippets.

@AzureDoom
Created July 12, 2019 15:53
Show Gist options
  • Save AzureDoom/375c7e0ddb2c74626b54340b0a588200 to your computer and use it in GitHub Desktop.
Save AzureDoom/375c7e0ddb2c74626b54340b0a588200 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'dist' ]
2 info using npm@6.9.0
3 info using node@v12.6.0
4 verbose run-script [ 'predist', 'dist', 'postdist' ]
5 info lifecycle electronlauncher@1.6.0~predist: electronlauncher@1.6.0
6 info lifecycle electronlauncher@1.6.0~dist: electronlauncher@1.6.0
7 verbose lifecycle electronlauncher@1.6.0~dist: unsafe-perm in lifecycle true
8 verbose lifecycle electronlauncher@1.6.0~dist: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/azurezhen/Documents/ElectronLauncher-master/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
9 verbose lifecycle electronlauncher@1.6.0~dist: CWD: /home/azurezhen/Documents/ElectronLauncher-master
10 silly lifecycle electronlauncher@1.6.0~dist: Args: [
10 silly lifecycle '-c',
10 silly lifecycle 'cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js'
10 silly lifecycle ]
11 silly lifecycle electronlauncher@1.6.0~dist: Returned: code: 1 signal: null
12 info lifecycle electronlauncher@1.6.0~dist: Failed to exec dist script
13 verbose stack Error: electronlauncher@1.6.0 dist: `cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
13 verbose stack at EventEmitter.emit (events.js:203:13)
13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:203:13)
13 verbose stack at maybeClose (internal/child_process.js:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
14 verbose pkgid electronlauncher@1.6.0
15 verbose cwd /home/azurezhen/Documents/ElectronLauncher-master
16 verbose Linux 4.18.0-20-generic
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "dist"
18 verbose node v12.6.0
19 verbose npm v6.9.0
20 error code ELIFECYCLE
21 error errno 1
22 error electronlauncher@1.6.0 dist: `cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js`
22 error Exit status 1
23 error Failed at the electronlauncher@1.6.0 dist 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