-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Missed "build" script in package.json? #3
Comments
Same here on windows, I have a build successful message but when I start the .exe file nothing happens, but when I run the EDIT : I copied the |
Hey! @Shotman I too added the npm run build, "webpack -p" to the package.json. However the qode.exe just doesn't seems working. I clicked qode.exe, but nothing happens....any idea? |
+1. I'm also encountering this issue. Did anyone figure out a solution? |
I have a pull request #6 where I made the build script and dev script while scouring multiple NodeGUI projects. Hopefully you can try it. |
Thanks @eLoyyyyy. I'll take a look at it this weekend! |
I cannot run
npm run build
, instead I did run these commands directly:npm run dev
then
npx nodegui-packer --pack ./dist
Finally I got this message:
But I cannot open
deploy/darwin/build/MyApp
Did I missed something?
The text was updated successfully, but these errors were encountered: