Skip to content

Instantly share code, notes, and snippets.

@UpperCod
Created April 12, 2019 00:14
Show Gist options
  • Save UpperCod/4991a755f61c286880dcd54f877e3e23 to your computer and use it in GitHub Desktop.
Save UpperCod/4991a755f61c286880dcd54f877e3e23 to your computer and use it in GitHub Desktop.
Error npm run build:native
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 [email protected]
3 info using [email protected]
4 verbose run-script [ 'prebuild:native', 'build:native', 'postbuild:native' ]
5 info lifecycle [email protected]~prebuild:native: [email protected]
6 info lifecycle [email protected]~build:native: [email protected]
7 verbose lifecycle [email protected]~build:native: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~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 [email protected]~build:native: CWD: D:\Cloud\Git\@atomico\folk\web-components-benchmark\todomvc
10 silly lifecycle [email protected]~build:native: Args: [ '/d /s /c', 'cd native && npm run build' ]
11 silly lifecycle [email protected]~build:native: Returned: code: 1 signal: null
12 info lifecycle [email protected]~build:native: Failed to exec build:native script
13 verbose stack Error: [email protected] 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 [email protected]
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 [email protected] build:native: `cd native && npm run build`
22 error Exit status 1
23 error Failed at the [email protected] 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