You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
I have to say this is by far the most helpful template to run vite, electron and tailwind altogether and it in fact is better than many popular templates because it's easy to understand, use and config. Thanks a lot to the author!
I have a question about how to update electron version, though. Currently the template is based on electron 12 and the newest stable version is 14. As electron is a fast changing framework I think it's good for us to pick up the pace. But every time I run yarn install after changing electron version to 14.0.0 the terminal will stuck at the waiting process while installing new electron version. It doesn't help if I delete electron and reinstall the newer version.
Here is the stuck status while installing electron-14.0.0:
And here is what happened after the pending period is finally over:
My System:
linux mint cinammon 20.2
nodejs 16.8.0
Thanks!
The text was updated successfully, but these errors were encountered:
I live with electron12 in this template for my small project and I haven't come up with a solution yet... But I will definitely make propositions if I can find a way to upgrade electron version:)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have to say this is by far the most helpful template to run vite, electron and tailwind altogether and it in fact is better than many popular templates because it's easy to understand, use and config. Thanks a lot to the author!
I have a question about how to update electron version, though. Currently the template is based on electron 12 and the newest stable version is 14. As electron is a fast changing framework I think it's good for us to pick up the pace. But every time I run
yarn install
after changing electron version to 14.0.0 the terminal will stuck at the waiting process while installing new electron version. It doesn't help if I delete electron and reinstall the newer version.Here is the stuck status while installing electron-14.0.0:
And here is what happened after the pending period is finally over:
My System:
linux mint cinammon 20.2
nodejs 16.8.0
Thanks!
The text was updated successfully, but these errors were encountered: