Open talentlessguy opened 4 years ago
Yes, this is because you are using node to run the nodegui core addon. The core addon requires that you use qode binary instead.
I am not very familiar with parcel . But I am guessing this is parcel tries to use node binary instead of qode.
@master-atul I tried to set it up with official Parcel plugin
will try with Webpack
Describe the bug When trying to run a compiled by Parcel plugin React NodeGUI app, it throws an error:
To Reproduce Steps to reproduce the behavior:
mkdir test-app && cd test-app
pnpm i
:Expected behavior It should start a React NodeGUI application
Desktop (please complete the following information):