question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create-proton-app error libui-node@0.2.1 build: `node-gyp configure build`

See original GitHub issue

0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli ‘/usr/local/Cellar/node/12.6.0/bin/node’, 1 verbose cli ‘/usr/local/bin/npm’, 1 verbose cli ‘run’, 1 verbose cli ‘build’ 1 verbose cli ] 2 info using npm@6.9.0 3 info using node@v12.6.0 4 verbose run-script [ ‘prebuild’, ‘build’, ‘postbuild’ ] 5 info lifecycle libui-node@0.2.1~prebuild: libui-node@0.2.1 6 info lifecycle libui-node@0.2.1~build: libui-node@0.2.1 7 verbose lifecycle libui-node@0.2.1~build: unsafe-perm in lifecycle true 8 verbose lifecycle libui-node@0.2.1~build: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/rand/Developer/node_modules/libui-node/node_modules/.bin:/Users/rand/Developer/node_modules/.bin:/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/rand/Developer/node_modules/libui-node/node_modules/.bin:/Users/rand/Developer/node_modules/.bin:/Users/rand/narwhal/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/local/bin:/opt/local/sbin 9 verbose lifecycle libui-node@0.2.1~build: CWD: /Users/rand/Developer/node_modules/libui-node 10 silly lifecycle libui-node@0.2.1~build: Args: [ ‘-c’, ‘node-gyp configure build’ ] 11 silly lifecycle libui-node@0.2.1~build: Returned: code: 1 signal: null 12 info lifecycle libui-node@0.2.1~build: Failed to exec build script 13 verbose stack Error: libui-node@0.2.1 build: node-gyp configure build 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (/usr/local/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/local/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 libui-node@0.2.1 15 verbose cwd /Users/rand/Developer/node_modules/libui-node 16 verbose Darwin 18.6.0 17 verbose argv “/usr/local/Cellar/node/12.6.0/bin/node” “/usr/local/bin/npm” “run” “build” 18 verbose node v12.6.0 19 verbose npm v6.9.0 20 error code ELIFECYCLE 21 error errno 1 22 error libui-node@0.2.1 build: node-gyp configure build 22 error Exit status 1 23 error Failed at the libui-node@0.2.1 build script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kusti8commented, Aug 2, 2019

libui-node has problems with node v12, https://github.com/parro-it/libui-node/issues/134 which seems to be a general problem with nbind: https://github.com/charto/nbind/issues/133

0reactions
kusti8commented, Jan 19, 2020

Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

node-gyp rebuild error #2191 - GitHub
Hi, I have an application on the Windows desktop env. configured running node-gyp without errors My desktop env is: windows 10 (os build...
Read more >
node-gyp | Yarn - Package Manager
Commands ; configure, Generates project build files for the current platform ; rebuild, Runs clean , configure and build all in a row...
Read more >
node-gyp - npm
Node.js native addon build tool. Latest version: 9.3.1, last published: 6 days ago. Start using node-gyp in your project by running `npm i ......
Read more >
Unable to build app using electron-builder. Error: gyp failed ...
I am working on the Electron app and to build executables, I'm using electron- ... node-gyp v8.4.0 (Latest 9.3 was giving error of...
Read more >
Problems with npm install after loading project files. - Treehouse
Pre-built binaries not found for fsevents@1.0.14 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp) node-pre-gyp ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found