cli icon indicating copy to clipboard operation
cli copied to clipboard

Error when creating a new app using the Docker image

Open smartiniOnGitHub opened this issue 3 years ago • 2 comments

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:

  1. Go into an empty folder
  2. Run the generator app with Docker:
docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest create
  1. Select choices, for example: fiber, svelte-ts, nginx
  2. See the error:
Error: [ERROR]exit status 127
Usage:
  cgapp create [flags]

... (other stuff from command help)
  1. Note that the backend folder is created and seems complete, but no other folders

Expected behavior: Creation of all other folders and no errors.

Screenshots: Screenshot from 2022-08-31 00-27-48

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.

smartiniOnGitHub avatar Aug 30 '22 22:08 smartiniOnGitHub

Thanks for opening your first issue here! 👍 Be sure to follow the issue template.

welcome[bot] avatar Aug 30 '22 22:08 welcome[bot]

👋 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.

stale[bot] avatar Sep 20 '22 19:09 stale[bot]

⚡️ This issue has been automatically closed because it has not had recent activity.

stale[bot] avatar Sep 25 '22 00:09 stale[bot]