cli
cli copied to clipboard
Error when creating a new app using the Docker image
Required check list:
- [x] I'm gonna mark the checkboxes like this.
- [x] I didn't find in the Create Go App CLI repository's issues section similar bug.
- [x] I understand, that the Create Go App CLI is Open Source and not-for-profit product.
- [x] This is not about third-party project, framework, package or technology.
My environment:
- OS (
uname -a):Linux 5.14.0-1048-oem #55-Ubuntu SMP Mon Aug 8 14:58:10 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux - Golang (
go version): go version go1.18.5 linux/amd64 - Create Go App CLI (
cgapp -v): cgapp version 3.6.2 - Docker version: 20.10.17
Describe the bug:
- Go into an empty folder
- Run the generator app with Docker:
docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest create
- Select choices, for example: fiber, svelte-ts, nginx
- See the error:
Error: [ERROR]exit status 127
Usage:
cgapp create [flags]
... (other stuff from command help)
- Note that the
backendfolder is created and seems complete, but no other folders
Expected behavior: Creation of all other folders and no errors.
Screenshots:

Additional context:
even changing with other framework combinations, same error is present.
Instead, running cgapp create without Docker and selecting same choices, all works ...
Hope you have enough info. Thanks. Regards.
Thanks for opening your first issue here! 👍 Be sure to follow the issue template.
👋 Hello. Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
⚡️ This issue has been automatically closed because it has not had recent activity.