shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.

Home Page:https://tx.shadcn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to resolve dependency tree after npm install

joshdance opened this issue · comments

Pulled the github repo, and ran npm install. Got this error.

'Log files:
/Users/adminadmin/.npm/_logs/2024-01-25T04_05_04_986Z-debug-0.log

npm resolution error report

While resolving: taxonomy@0.2.0
Found: next@13.3.2-canary.13
node_modules/next
next@"13.3.2-canary.13" from the root project

Could not resolve dependency:
peer next@"^12.2.5 || ^13" from next-auth@4.22.1
node_modules/next-auth
next-auth@"4.22.1" from the root project
peer next-auth@"^4" from @next-auth/prisma-adapter@1.0.7
node_modules/@next-auth/prisma-adapter
@next-auth/prisma-adapter@"^1.0.6" from the root project

Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.

I am also stuck here

Use pnpm intall as per the README.