-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'next/dist/next-server/lib/utils' or its corresponding type declarations. #412
Comments
Released 7.0.3 |
@kirill-konshin Thanks!! |
Thank you, but it is not still working. I have completely same error as author of this issue. The problem is next renamed next/dist/next-server/lib/utils to next/dist/server/lib/utils. I hoped that 7.0.3 will fix this problem, but in es6/index.ts there is still import next/dist/next-server/lib/utils...
|
This is what TypeScript is producing... I will try to fix it differently. |
Released 7.0.5 |
Describe the bug
I'm running into the same problem as this.
vercel/next.js#28319 (comment)
This happens when I do a Next build.
Nex.tjs answers.
The text was updated successfully, but these errors were encountered: