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.

Home Page:https://github.com/create-go-app/cli/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend folder was not generated

dhinojosac opened this issue · comments

Required check list:

  • I'm gonna mark the checkboxes like this.
  • I didn't find in the Create Go App CLI repository's issues section similar bug.
  • I understand, that the Create Go App CLI is Open Source and not-for-profit product.
  • This is not about third-party project, framework, package or technology.

My environment:

  • OS (uname -a): Windows 10
  • Golang (go version): go 1.17 windows/amd64
  • Create Go App CLI (cgapp -v): 3.3.1

Describe the bug:

I created some projects using cgapp, but none of them create the frontend folder. I tried to create vue and react frontend to clear if was the type of front.

Steps to reproduce the behavior:

  1. Go to project folder
  2. cgapp create
  3. choose backend framework (fiber)
  4. choose frontend framework (vue/react)
  5. choose web/proxy (nginx)
  6. Confirm with Yes

Expected behavior:

I was expecting to see all the folders, but the frontend folder is lacking.

Screenshots:
image

image

Additional context:

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

Hi,

It's a part of Create Go App readme/wiki:

Please make sure that you have npm version 7 or higher installed to create the frontend part of the project correctly.

If you run the cgapp create command using our Docker image, npm of the correct version is already included.

Re-check this, please 😉

Yes, I read it, thanks. Also, I installed create-vite@latest.

Strangely, I just checked on macOS and the frontend folder with the selected framework has successfully created:

Screenshot 2022-01-05 at 08 36 46

Are all the correct permissions on the folder for the user who is doing the cgapp create?
Unfortunately, I can't check on Windows machine.

commented

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

commented

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