auto-form
auto-form copied to clipboard
Error on Executing the Shadcn Library
on executing this
npx shadcn@latest add https://raw.githubusercontent.com/vantezzen/autoform/refs/heads/main/packages/shadcn/registry/autoform.json
this error pops up
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Cannot read properties of undefined (reading 'resolvedPaths')
The command you're looking for is
npx shadcn@latest add https://raw.githubusercontent.com/vantezzen/auto-form/pure-shadcn/registry/auto-form.json
The branch is different
Your command is for the current version of AutoForm so it should work correctly.
I just tried on a new shadcn project with [email protected] and it seems to work fine - have you customized your shadcn in any way? Which shadcn version are you using?