Open timfee opened 2 years ago
I'm not sure if this is (among the) culprits, but at recipes/next-ui/index.ts#L117, it's looking for a file that doesn't exist ( app/core/components/LabeledTextField.tsx
), and seems to have failed at this step.
One more thing; the Next UI installation guides suggest changing _document
- which this recipe doesn't do (but is a different issue than here; happy to make another one!)
What is the problem?
When installing
next-ui
, the script fails:It does make changes to _app.tsx, but I'm not sure if there were more steps ahead.
Paste all your error logs here:
Paste all relevant code snippets here:
n/a
What are detailed steps to reproduce this?
blitz install next-ui
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response