docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

Error running commands on Electron

Open jdeg opened this issue 4 years ago • 1 comments

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:

jdeg avatar Nov 23 '21 16:11 jdeg

same error here

marcocastignoli avatar Jan 30 '24 11:01 marcocastignoli