Closed prolificcoder closed 6 months ago
lila-docker runs everything inside Docker so your locally installed Python or Node is irrelevant. This looks like an issue with your Docker installation or configuration though.
It fails to download all the images from Docker Hub because of:
error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
thanks for the prompt, i went further now after seraching for this error and found this fix for mac
https://github.com/docker/docker-credential-helpers/issues/149#issuecomment-566832756
Edit the file "~/.docker/config.json" and delete the following JSON key/value:
"credsStore" : "desktop",
I am setting up local docker for flutter mobile app and seeing the following error
Do i need specific version of python or node? I have node v22.0.0 not sure why the error is specifying other node version.