You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit the same error and Googled my way here. I'm not sure but I noticed if I run nuxi independently, it always asks for package manager and whether to init git. I see no other way to run it non-interactively yet. If I'm not answering those two questions and ctrl-C, I got the same amount limited content in results as cgapp without package installed etc. So I'm thinking this might be the reason.
If so, specifying --git-init false and --package-manager npm might be the way to go. Not knowing if this is the right fix, I did a quick dirty test and it worked with [INFO] Completed in 30 seconds! for me.
Required check list:
My environment:
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:
Expected behavior:
Should not give any error, and create the root files, same as the other frontend technologies.
Screenshots:
The text was updated successfully, but these errors were encountered: