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:
- Go to project folder
- cgapp create
- choose backend framework (fiber)
- choose frontend framework (vue/react)
- choose web/proxy (nginx)
- Confirm with Yes
Expected behavior:
I was expecting to see all the folders, but the frontend folder is lacking.
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
.
👋 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.