Can you provide a boilerplate for using Electron in Quasar Framework? #123
Shinelazy2
started this conversation in
General
Replies: 2 comments 1 reply
-
How to execute: Comment out wdio.conf.ts:
Add type to package.json:
Error during Quasar build:
PS) Is there no other way to test without building? Is it impossible in development mode? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've not used Quasar before, but this doesn't seem to be an issue specific to the Electron service, rather an ESM issue / query around using Quasar with WDIO - you will likely get more help over in the WDIO forum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You installed the necessary packages with the following command:
And you also installed Electron in the Quasar Framework using the following commands:
However, you encountered a problem during the installation process with the following error message:
Beta Was this translation helpful? Give feedback.
All reactions