xantiagoma / drizzle-cursor

Drizzle ORM - Utils to generate cursor pagination

Home Page:https://www.npmjs.com/package/drizzle-cursor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation failed on

jurgob opened this issue · comments

if I run npm i drizzle-cursor I get the following error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: mytastytales-server@1.0.0
npm ERR! Found: drizzle-orm@0.29.3
npm ERR! node_modules/drizzle-orm
npm ERR!   drizzle-orm@"^0.29.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer drizzle-orm@"^0.28.6" from drizzle-cursor@0.1.0
npm ERR! node_modules/drizzle-cursor
npm ERR!   drizzle-cursor@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!

it seems this package does not work with the last version of drizzle-orm (0.29.3)