-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce:
npm init electron-vue-next my-project
cd my-project
yarn install
yarn dev
Server starts correctly, but opening the page in the browser shows a blank white screen. The following appears in the console:
Uncaught TypeError: Cannot destructure property 'shell' of 'window.electron' as it is undefined.
at electron.ts:3
Following is shown in terminal:
vite v2.1.5 dev server running at:
> Local: http://localhost:8080/
> Network: http://192.168.1.171:8080/
> Network: http://192.168.2.1:8080/
/Users/timothyanderson/Documents/Projects/my-project/extensions
[DEV] Bundle /Users/timothyanderson/Documents/Projects/my-project/dist 5140ms
[DEV] Electron app started
[DEV] Skip start/reload preload.
Electron never opens.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working