agracio / electron-edge-js

Run .NET and Node.js code in-process on Windows, MacOS, and Linux
MIT License
349 stars 91 forks source link

create electron-vite ,run,fail #160

Closed JianSheng60 closed 3 months ago

JianSheng60 commented 4 months ago

Q LM9KR_XG6DW%GV3D2ZPR

Use the following command to install the project yarn create @quick-start/electron

agracio commented 4 months ago

That does not explain anything about the issue you having. What is the problem with electron-edge-js, you showing some kind of error from VS using yarn create @quick-start/electron a command that is not related to this project.

JianSheng60 commented 4 months ago

That does not explain anything about the issue you having. What is the problem with electron-edge-js, you showing some kind of error from VS using yarn create @quick-start/electron a command that is not related to this project.

I used the following command yarn create @quick-start/electron

created electron-vite template

can not work electron-edge-js

agracio commented 4 months ago

yarn create @quick-start/electron is not related to electron-edge-js if you have a problem with quick-start/electron raise an issue in relevant repository. This is the repo for quick-start/electron https://github.com/alex8088/quick-start any issues with it should be raised there.

If quick-start/electron works and you are trying to add electron-edge-js to it, there are no instructions that I can provide to use with electron-vite. Try looking at packaging instructions here https://github.com/agracio/electron-edge-js?tab=readme-ov-file#packaging-electron-application perhaps that can help.