EasyAbp / AbpHelper.GUI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
Apache License 2.0
736 stars 163 forks source link

AbpHelper AppImage not working on Linux #158

Open beriniwlew opened 1 year ago

beriniwlew commented 1 year ago

OS: Manjaro

When I attempt to run the App Image in Manjaro/Linux, I get the following popup error:

A JavaScript error occurred in the main process

Uncaught exception:
Error spawn dotnet ENOENT
     at ChildProcess._handle.onexit (node:internal/child_process:238:19)
     at onErrorNT (node:internal/child_process:478:16)
     at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
blackWins commented 1 year ago

please check your dotnet version

beriniwlew commented 1 year ago

I'm using .NET 7

blackWins commented 1 year ago

Have you tried installing other .net framework software? Let's rule out whether it's a system environment issue or an AbpHelper installation package.

beriniwlew commented 1 year ago

I'm currently using ABP Framework without any issues, as well as general C# development using RiderIDE.