steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.65k stars 406 forks source link

Repo can't find next libraries #66

Closed MincePie closed 8 months ago

MincePie commented 11 months ago

When i clone this library and try to run it, each of the next libraries is underlined with an error message along the lines of:

Cannot find module 'next-auth/react' or its corresponding type declarations.ts(2307)

Is there something that needs to be updated in this repo?

abrahimzaman360 commented 10 months ago

did you install dependencies ? with npm install or whatever packmanger you're using

steven-tey commented 8 months ago

Will add a line in the README!

nataliya-ioffe commented 8 months ago

@steven-tey I cloned the latest and got this error upon npm install image

abrahimzaman360 commented 8 months ago

@steven-tey I cloned the latest and got this error upon npm install image

Change from Canary to 13.5.5 in Package.json