-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Installs but doesn't run Windows 10 x64 #448
Comments
Hi You can either or
This will build the Although your logs do show that it was built correctly. Secondly, So you should replace |
I had the same issue on win10, nodegui/packer#35 TLDR: just update visual c redistributable to the latest version here https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads update: I used |
#937 I posted a new issue with this answer to hopefully help people on This post is a couple years old so maybe my solution doesn't apply to this instance, but I was getting the same error after installing nodegui and tried to simply run: import gui from '@nodegui/nodegui'
const win = new gui.QMainWindow()
win.show()
global.win = win The solution I found was to run |
The example starter project runs fine, but I do not want to use webpack for my own project. So in my project, after running
npm i @nodegui/nodegui
(log here), when I try to run my project usingnode index.js
I get this error:The code I'm running:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: