-
-
Save UpperCod/4991a755f61c286880dcd54f877e3e23 to your computer and use it in GitHub Desktop.
Error npm run build:native
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 [ 'C:\\Program Files\\nodejs\\node.exe', | |
| 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
| 1 verbose cli 'run', | |
| 1 verbose cli 'build:native' ] | |
| 2 info using npm@6.7.0 | |
| 3 info using node@v11.13.0 | |
| 4 verbose run-script [ 'prebuild:native', 'build:native', 'postbuild:native' ] | |
| 5 info lifecycle web-components-benchmark-todo@1.0.0~prebuild:native: web-components-benchmark-todo@1.0.0 | |
| 6 info lifecycle web-components-benchmark-todo@1.0.0~build:native: web-components-benchmark-todo@1.0.0 | |
| 7 verbose lifecycle web-components-benchmark-todo@1.0.0~build:native: unsafe-perm in lifecycle true | |
| 8 verbose lifecycle web-components-benchmark-todo@1.0.0~build:native: PATH: C:\Users\mtruj\AppData\Roaming\nvm\v11.13.0\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\Cloud\Git\@atomico\folk\web-components-benchmark\todomvc\node_modules\.bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\mtruj\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Yarn\bin\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\mtruj\AppData\Local\Microsoft\WindowsApps;D:\programas\Microsoft VS Code\bin;C:\Users\mtruj\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\mtruj\AppData\Local\Yarn\bin | |
| 9 verbose lifecycle web-components-benchmark-todo@1.0.0~build:native: CWD: D:\Cloud\Git\@atomico\folk\web-components-benchmark\todomvc | |
| 10 silly lifecycle web-components-benchmark-todo@1.0.0~build:native: Args: [ '/d /s /c', 'cd native && npm run build' ] | |
| 11 silly lifecycle web-components-benchmark-todo@1.0.0~build:native: Returned: code: 1 signal: null | |
| 12 info lifecycle web-components-benchmark-todo@1.0.0~build:native: Failed to exec build:native script | |
| 13 verbose stack Error: web-components-benchmark-todo@1.0.0 build:native: `cd native && npm run build` | |
| 13 verbose stack Exit status 1 | |
| 13 verbose stack at EventEmitter.<anonymous> (C:\Users\mtruj\AppData\Roaming\nvm\v11.13.0\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16) | |
| 13 verbose stack at EventEmitter.emit (events.js:193:13) | |
| 13 verbose stack at ChildProcess.<anonymous> (C:\Users\mtruj\AppData\Roaming\nvm\v11.13.0\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) | |
| 13 verbose stack at ChildProcess.emit (events.js:193:13) | |
| 13 verbose stack at maybeClose (internal/child_process.js:1001:16) | |
| 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:266:5) | |
| 14 verbose pkgid web-components-benchmark-todo@1.0.0 | |
| 15 verbose cwd D:\Cloud\Git\@atomico\folk\web-components-benchmark\todomvc | |
| 16 verbose Windows_NT 10.0.17763 | |
| 17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "build:native" | |
| 18 verbose node v11.13.0 | |
| 19 verbose npm v6.7.0 | |
| 20 error code ELIFECYCLE | |
| 21 error errno 1 | |
| 22 error web-components-benchmark-todo@1.0.0 build:native: `cd native && npm run build` | |
| 22 error Exit status 1 | |
| 23 error Failed at the web-components-benchmark-todo@1.0.0 build:native 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