joschan21 / quill

Quill - A Modern SaaS-Platform Built With Next.js 13
1.88k stars 500 forks source link

TRPC install issue #50

Open DokLaw opened 10 months ago

DokLaw commented 10 months ago

Hi guys! I can't install trpc with npm. Any suggestions? Thanks. npm ERR! code ERESOLVE ERESOLVE unable to resolve depency tree.

TheAshutoshGupta commented 9 months ago

instead of "npm install @trpc/server @trpc/client @trpc/react-query @trpc/next @tanstack/react-query@^4.0.0 zod" use "npm install @trpc/server @trpc/client @trpc/react-query @trpc/next @tanstack/react-query zod"

anand-mukul commented 8 months ago

@DokLaw Here is how you can do it:

  1. Delete node_modules and .next
  2. Copy my package.json then pnpm install
  3. Don't update the package.json file.

Demo: PDF Ninja Demo

Note: Check out my repository for reference 👍

You can also refer to this link for other issues: PDF Ninja Repository

If you find the project helpful, don't forget to give it a star ⭐️ on GitHub!