-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tailwind config "Cannot find module 'next/babel' #190
Comments
I tested it, this works on my end: https://stackoverflow.com/a/73890896/12160777
|
Dann funktioniert der linter aber nicht mehr |
The problem is deeper since NextJS is not using babel anymore because it switched to SWC with version 13. The problem is not fixable with complex workarounds yet: https://stackoverflow.com/questions/68163385/parsing-error-cannot-find-module-next-babel |
Describe the bug
Parsing error: Cannot find module 'next/babel'
Require stack:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error.
Screenshots
![image](https://user-images.githubusercontent.com/62155972/213817351-9a77c356-2ae7-4889-919f-38acb01e098c.png)
Additional context
I already fixed this another time with this https://stackoverflow.com/a/68193974/14734868
But this caused another issue i cannot remember.
The text was updated successfully, but these errors were encountered: