Running electron from same project for both Windows and Linux on WSL2? #13017
Unanswered
fbrbovic
asked this question in
CLI - Electron mode
Replies: 1 comment
-
Ok so figured out how to get the quasar command working by mounting a drive letter
And then But than getting an error
Watching files seems to be the problem Looking around on the net, found a reference for possibly being a problem with node |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using WSL to run quasar v2. Quasar installation is on the Linux side.
I am trying to build an electron app from the windows side using PowerShell and getting an error/notice when running in the project root folder.
Error:
Any idea on how to successfully run/compile the same project that is used on the Linux side but also from the windows side.
Since I want to deploy to both Windows and Linux from the same project.
Beta Was this translation helpful? Give feedback.
All reactions