Suphawat
Suphawat

Reputation: 71

Type error: cannot find module '...' or its corresponding type declarations

I've been trying to deploy my next.js app on Vercel, but got "Type error: cannot find module '...' or its corresponding type declarations" error. My guess is it happened with local module(React Component) and .tsx and .ts files. Because I didn't get this error when I deployed the last version without typescript.

In development mode the app able to find the modules and execute the code effectively without any error.

Upvotes: 0

Views: 1956

Answers (1)

Related Questions