Open
Description
Required check list:
- I didn't find in the repository's issues section a similar bug.
- I understand, this is an Open Source and not-for-profit product.
- This is not about a third-party project, framework, or technology.
My environment:
- OS (MINGW64_NT-10.0-26100 A1026504 3.3.6-bec3d608-341.x86_64 2023-02-22 08:29 UTC x86_64 Msys):
- Go (go version go1.23.2 windows/amd64):
Describe the bug:
When creating a go project with nuxt as the frontend, the cli gives an error saying '[ERROR]exit status 1'.
Steps to reproduce the behavior:
- cgapp create
- select nuxt as frontend
Expected behavior:
Should not give any error, and create the root files, same as the other frontend technologies.