You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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 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:
The text was updated successfully, but these errors were encountered: