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 my-app results in libui-node@0.2.1 build: `node-gyp configure build`

See original GitHub issue
  1. npm install -g create-proton-app
  2. create-proton-app my-app this results in the error libui-node@0.2.1 build: node-gyp configure build Please find attached screenshot for more details screen shot 2018-10-12 at 19 07 40

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
mischniccommented, Oct 16, 2018

I don’t know if that’s the issue, but please test it in a folder without a space in the path. There’s a space in “My Projects”: /Users/brihaspati.bharani/Desktop/My Projects/m-notes

1reaction
findelacommented, May 22, 2019

Try installing apt-get install libgtk-3-dev build-essential on linux or try other from here for other platforms - https://proton-native.js.org/#/quickstart

Read more comments on GitHub >

github_iconTop Results From Across the Web

nodejs/node-gyp: Node.js native addon build tool - GitHub
Configuring Python Dependency. node-gyp requires that you have installed a compatible version of Python, one of: v3.7, v3.8, v3 ...
Read more >
node-gyp build error on mac for npm install - Stack Overflow
If you are using nodejs 16.x. try to install sass instead of node-sass. npm uninstall node-sass npm install sass --save.
Read more >
node-gyp-build - npm
Build tool and bindings loader for node-gyp that supports prebuilds. Latest version: 4.5.0, last published: 6 months ago.
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 >
Solving common issues with node-gyp - LogRocket Blog
Many node-gyp issues are actually issues with the toolchain used for building add-on code. We'll categorize these issues to offer solutions.
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