EasyAbp / AbpHelper.GUI

Providing code generation and more features to help you develop applications and modules with the ABP framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AbpHelper AppImage not working on Linux

beriniwlew opened this issue · comments

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)
commented

please check your dotnet version

I'm using .NET 7

commented

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

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