NPM Eresolve
Why is this happening?
NPM's "ERESOLVE" errors happen when two packages want different versions of the same library. better-auth is specifically looking for drizzle-orm version 0.45.2. If your project already has a different version (like 0.44.x or 0.46.x), or if another package is pulling in a different version, npm halts the installation to prevent potential runtime crashes.
Comments
Post a Comment