create-go-app / cli

✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.
https://github.com/create-go-app/cli/wiki
Apache License 2.0
2.61k stars 262 forks source link

Does not work on Apple M1 computer #142

Closed binyamindavid closed 1 year ago

binyamindavid commented 1 year ago

Required check list:

My environment:

Describe the bug:

Steps to reproduce the behavior:

  1. Go to Terminal
  2. Click on type cgapp create
  3. I get [1] 9955 killed cgapp create

Expected behavior:

I expect to see the process for creating the app.

Screenshots: Screenshot 2023-03-14 at 9 50 31

Additional context:

welcome[bot] commented 1 year ago

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

stale[bot] commented 1 year ago

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

moza88 commented 1 year ago

Could you try running it with Docker? docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest [COMMAND]

stale[bot] commented 1 year ago

👋 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] commented 1 year ago

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