When I compile my application and try to run any command I got this message
something went wrong: spawn docker-compose ENOENT
When I add the option executablePath, it returns
"exec: "docker": executable file not found in $PATH
Current PATH : /usr/bin:/bin:/usr/sbin:/sbin
"
If I "serve" the application, the commands work fine, the problem is after build the application. Is there some way to run this library on ElectronJS? Thanks!
Notes:
When I compile my application and try to run any command I got this message
something went wrong: spawn docker-compose ENOENTWhen I add the option
executablePath, it returnsIf I "serve" the application, the commands work fine, the problem is after build the application. Is there some way to run this library on ElectronJS? Thanks!
Notes: