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
By all means, thank you so much for setting this template!. I really love the tech choices you have (especially zod-openapi and hono)
I'm trying to deploy with base code but keep getting
npm error peer react@">=16.8.0" from @hookform/[email protected]
npm error node_modules/@hookform/error-message
npm error @hookform/error-message@"^2.0.1" from the root project
npm error peer react@"^19.0.0" from [email protected]
npm error node_modules/react-dom
npm error peer react-dom@">=16.8.0" from @hookform/[email protected]
npm error node_modules/@hookform/error-message
npm error @hookform/error-message@"^2.0.1" from the root project
npm error 1 more (react-hook-form)
I am attempting to fix one by one but this error message seems to show up on another package. I would definitely appreciate if it can be updated. If not, that's fine and I'll eventually upgrade to latest version. Thanks!
The text was updated successfully, but these errors were encountered:
Hey, thanks for the kind words and trying the template out!
Sorry, I was traveling so didn't have time to catch up with issues.
But I just pushed out an update and the repo now has updated deps (except for eslint, still at v8).
Hopefully, this fixes your issue.
If you still encounter problems when cloning / installing deps and are using npm, I'd recommend using --force or --legacy-peer-deps or switching to pnpm, see more here; https://ui.shadcn.com/docs/react-19#how-to-fix-this
By all means, thank you so much for setting this template!. I really love the tech choices you have (especially zod-openapi and hono)
I'm trying to deploy with base code but keep getting
I am attempting to fix one by one but this error message seems to show up on another package. I would definitely appreciate if it can be updated. If not, that's fine and I'll eventually upgrade to latest version. Thanks!
The text was updated successfully, but these errors were encountered: