-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to install dependencies #3
Comments
Is this only with this specific example or all of them? |
Could you try the starter repo https://github.com/nodegui/react-desktop-starter ? |
Alright this seems to be node-gyp issue. Seems like you have python3 installed and node-gyp has issues with it. Would it be possible for you to try with python2 or alternatives as suggested on the above link? I am planning to add precompiled binary support for this library. But until then this might help. |
@master-atul thanks for finding that, I had this issue too and I can confirm that switching to Python 2 for the installation resolves it. If you have Python installed using
These steps will set your current shell/terminal so that only Python 2 is available, and then when you run |
Related node-gyp issues: nodejs/node-gyp#193 |
Will update Readme and close this issue : https://github.com/nodegui/nodegui/projects/1#card-25295641 |
I'm unable to run the example apps. npm install and yarn fail.
output:
The text was updated successfully, but these errors were encountered: