Running cli to generate tables generates an error

Im working on a project and wanted to test auth the admin plugin, per the docs added the plugin to the auth.ts file and instead of migrating I wanted to generate the migration file...
npx @better-auth/cli generate
npx @better-auth/cli generate
I extracted the error from the log:
npm error code EOVERRIDE
npm error Override for @tanstack/react-router@^1.127.0 conflicts with direct dependency
npm error A complete log of this run can be found in: /Users/maxb/.npm/_logs/2025-07-17T06_09_12_581Z-debug-0.log
npm error code EOVERRIDE
npm error Override for @tanstack/react-router@^1.127.0 conflicts with direct dependency
npm error A complete log of this run can be found in: /Users/maxb/.npm/_logs/2025-07-17T06_09_12_581Z-debug-0.log
1 Reply
Kublick
KublickOP3mo ago
fixed it updating the project

Did you find this page helpful?