-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
babel-runtime is throwing an error while running npm run build #177
Comments
I started having the same issue with Next 13 as well, with no idea which sub-dependency changed to break Edit: I solved by manually installing |
@rafaelmoni @babel/runtime is removed in v1.2.9, package is no need to depend on it. upgrade to see if the error still exist. |
I have the same issue after upgrading to v1.2.9 |
@prachit07 please fix it with |
@chenqingspring babel-runtime error started throwing error since v1.2.8. Installing v1.2.9 and |
@ibakirov [email protected] is deprecated for 7 years. how about use |
For the time being use |
@rajeevbbqq yes, I did for now with 1.2.6. @chenqingspring I will check with @babel/runtime |
@chenqingspring I have checked installing 1.2.9 and
|
add bebel-runtime back on [email protected] |
hi @ibakirov, bebel-runtime is back in [email protected] |
After upgrading babel-runtime, my project is now throwing an error in npm run build, similar to this issue, #166 (comment)
The text was updated successfully, but these errors were encountered: