-
Notifications
You must be signed in to change notification settings - Fork 27k
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
nextjs 7 TypeError: [BABEL]... #5209
Comments
You probably have to upgrade some dependencies. Please provide a clear and concise reproduction when creating issues. |
Edit: Problem solved after removing I run into the same problem too after upgrading all of the dependencies and refreshing
|
I had same issue yesterday. Removing |
@DevilCoders sounds reasonable, maybe all you have to clear is @chentsulin I'm going to post this here again:
Showing just log lines makes it really hard for me to fix an issue as I don't know any context of your app. |
I am still having this problem after deleting node_modules and the .cache any time I change the name or path of a file or folder in next 7.0.2, it tries to resolve the old names and fails. from package.json:
|
Bug report
TypeError: [BABEL] D:\www\next.config.js: Cannot read property '_exploded' of undefined (While processing: "D:\www\node_modules\next\babel.js")
Describe the bug
problem due to babelrc ( next/babel )
To Reproduce
I started to get this error after moving to nextjs 7
Screenshots
Additional context
next/babel when I disable
"Module parse failed: Unexpected token (24:11)
You may need this file type. "
I get an error
The text was updated successfully, but these errors were encountered: