Next.js Discord

Discord Forum

Typescript moduleResolution : "bundler" Error

Unanswered
American black bear posted this in #help-forum
Open in Discord
Avatar
American black bearOP
I am working on a nextjs project with clerk and typescript. I got an error with the default tsconfig.json in moduleResolution : "bundler" Error. I neither have any custom tsconfig nor changed the default file. i cleared the cache and re-installed all the dependencies but got same error.
My versions are :
@clerk/nextjs@4.23.5
next@13.4.19
typescript@5.2.2

i changed the resolution from "bundler" to "NodeNext" but none of the values dont work. Help me to solve this issue. ☹️

0 Replies