cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI gives an error when creating project with nuxt as the frontend

Open pedroalves80 opened this issue 11 months ago • 2 comments

Required check list:

  • [x] I didn't find in the repository's issues section a similar bug.
  • [x] I understand, this is an Open Source and not-for-profit product.
  • [x] 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:

  1. cgapp create
  2. select nuxt as frontend

Expected behavior: Should not give any error, and create the root files, same as the other frontend technologies.

Screenshots: image

pedroalves80 avatar Nov 27 '24 10:11 pedroalves80