Last active
April 29, 2020 11:04
-
-
Save soscler/972a9b94e01c430edecbb0291180f569 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
0 info it worked if it ends with ok | |
1 verbose cli [ | |
1 verbose cli 'D:\\Windows\\Node\\node.exe', | |
1 verbose cli 'D:\\Windows\\Node\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'run', | |
1 verbose cli 'build-pack-and-installer-win64' | |
1 verbose cli ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ | |
4 verbose run-script 'prebuild-pack-and-installer-win64', | |
4 verbose run-script 'build-pack-and-installer-win64', | |
4 verbose run-script 'postbuild-pack-and-installer-win64' | |
4 verbose run-script ] | |
5 info lifecycle [email protected]~prebuild-pack-and-installer-win64: [email protected] | |
6 info lifecycle [email protected]~build-pack-and-installer-win64: [email protected] | |
7 verbose lifecycle [email protected]~build-pack-and-installer-win64: unsafe-perm in lifecycle true | |
8 verbose lifecycle [email protected]~build-pack-and-installer-win64: PATH: D:\Windows\Node\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\professional\projects\rsys\reservsys-client\node_modules\.bin;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Windows\Calibre\;D:\Windows\Git\cmd;D:\Windows\Node\;C:\ProgramData\chocolatey\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\osler\AppData\Local\Microsoft\WindowsApps;;D:\Windows\JetBrains\IntelliJ IDEA 2019.3.2\bin;;C:\Users\osler\AppData\Roaming\npm;D:\Windows\Microsoft VS Code\bin | |
9 verbose lifecycle [email protected]~build-pack-and-installer-win64: CWD: D:\professional\projects\rsys\reservsys-client | |
10 silly lifecycle [email protected]~build-pack-and-installer-win64: Args: [ | |
10 silly lifecycle '/d /s /c', | |
10 silly lifecycle 'npm run clean-pack-and-installer && npm run electron-build && npm run electron-package-win64 && node electronInstallerBuild.js' | |
10 silly lifecycle ] | |
11 silly lifecycle [email protected]~build-pack-and-installer-win64: Returned: code: 1 signal: null | |
12 info lifecycle [email protected]~build-pack-and-installer-win64: Failed to exec build-pack-and-installer-win64 script | |
13 verbose stack Error: [email protected] build-pack-and-installer-win64: `npm run clean-pack-and-installer && npm run electron-build && npm run electron-package-win64 && node electronInstallerBuild.js` | |
13 verbose stack Exit status 1 | |
13 verbose stack at EventEmitter.<anonymous> (D:\Windows\Node\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16) | |
13 verbose stack at EventEmitter.emit (events.js:223:5) | |
13 verbose stack at ChildProcess.<anonymous> (D:\Windows\Node\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) | |
13 verbose stack at ChildProcess.emit (events.js:223:5) | |
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 [email protected] | |
15 verbose cwd D:\professional\projects\rsys\reservsys-client | |
16 verbose Windows_NT 10.0.18363 | |
17 verbose argv "D:\\Windows\\Node\\node.exe" "D:\\Windows\\Node\\node_modules\\npm\\bin\\npm-cli.js" "run" "build-pack-and-installer-win64" | |
18 verbose node v12.15.0 | |
19 verbose npm v6.13.4 | |
20 error code ELIFECYCLE | |
21 error errno 1 | |
22 error [email protected] build-pack-and-installer-win64: `npm run clean-pack-and-installer && npm run electron-build && npm run electron-package-win64 && node electronInstallerBuild.js` | |
22 error Exit status 1 | |
23 error Failed at the [email protected] build-pack-and-installer-win64 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