adrianhajdin / project_nextjs13_flexibble

https://jsmastery.pro
639 stars 133 forks source link

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

Closed ernstlegaspi closed 11 months ago

ernstlegaspi commented 11 months ago

image

I have this error where it says cannot find module. I installed the next-auth and it is up to date. What seems to be the problem here? Thank you so much in advance guys. Please help me

sarbastu commented 11 months ago

Try changing "moduleResolution" from "bundler" to "node" in tsconfig.json.

ernstlegaspi commented 11 months ago

Thanks @sarbastu that helped me.

aryanarora29 commented 11 months ago

Try changing "moduleResolution" from "bundler" to "node" in tsconfig.json.

Thanks bro , it worked!