wired@debian:~/.git/alt1-electron$ npm run ui
> alt1lite@0.0.1 ui
> electron --inspect=9228 ./dist/alt1lite.bundle.js
Debugger listening on ws://127.0.0.1:9228/8fb355ad-95ed-4c3e-ae4c-25e9efb5c3d6
For help, see: https://nodejs.org/en/docs/inspector
Error launching app
Unable to find Electron app at /home/wired/.git/alt1-electron/dist/alt1lite.bundle.js
Cannot find module '/home/wired/.git/alt1-electron/dist/alt1lite.bundle.js'
I did the necessary npm i and npm run native. After I type npm run ui this is what i got.
I did the necessary npm i and npm run native. After I type npm run ui this is what i got.