manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript
https://haruneko-docs.pages.dev
126 stars 32 forks source link

NW GUI Not display ! #712

Closed Lordsneak closed 2 months ago

Lordsneak commented 2 months ago

Hi, my system is Windows 10 and I have problem when I run my app with " npm run launch:dev --workspace app/nw " ,nw gui not display and still in background run !! This is image :

PROBLEM

I try, npm run launch:dev --workspace app/electron

elec

and npm run serve:dev --workspace web, but not working !

web

same problem in Windows 11

ronny1982 commented 2 months ago

Have you followed the documentation? Is the web-app really running before you start NW or Electron?

MikeZeDev commented 2 months ago

Its not meant to be opened in Chrome. Read the doc.

You launch the server, npm run serve:dev --workspace web then the client app npm run launch:dev --workspace app/electron or npm run launch:dev --workspace app/nw

Also you have too many nwjs running , may want to kill all just in case.

Lordsneak commented 2 months ago

Thanks its work !