Skip to content

Commit 80e9f85

Browse files
committed
[skip ci] docs(common issues): Electron not opening on Node 11
1 parent 39125f4 commit 80e9f85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/commonIssues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ process.on('unhandledRejection', error => {
5858

5959
See [#118](https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/118) for more details. Thanks to [dspangenberg](https://github.com/dspangenberg) for the fix.
6060

61+
## Electron not opening on Node v11
62+
63+
Make sure you are using Electron v2.0.14+ or v3.0.10+. Also, make sure Node is v11.2.0+. See [#107 (comment)](https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/107#issuecomment-441168465) for more details.
64+
6165
## Other issues
6266

6367
Many issues can be solved by re-invoking the generator of Vue CLI Plugin Electron Builder. This allows it to add newer code to your project files. You may need to do this after upgrading the plugin.

0 commit comments

Comments
 (0)