Constant build errors when using v0.dev
Unanswered
Canada Goose posted this in #help-forum
Canada GooseOP
I wrote about all of these dependency limitations (Including versions) in the prompt but it still gives me sites that constantly produce these errors when building in vercel.
Error: Package subpath './ui/tailwind.config' is not defined by "exports" in /vercel/path1/node_modules/shadcn/package.json
Error: Package subpath './ui/tailwind.config' is not defined by "exports" in /vercel/path1/node_modules/shadcn/package.json
2 Replies
Flemish Giant
the issue is it not able to find the ./ui/tailwind.config this path as it not exporting
remove the shadcn and try to reinstall it
npx shadcn@latest init use this to install it
remove the shadcn and try to reinstall it
npx shadcn@latest init use this to install it
may be it help lmk