Unknown helper createSuper... Error!! #11233
-
i just updated my project with next from 9.1 to 9.3 with it's latest version and got this problem.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
i again installed all npm packages with my older package.json file but still getting this error. !!! |
Beta Was this translation helpful? Give feedback.
-
the same here Failed to compile.
|
Beta Was this translation helpful? Give feedback.
-
This seems to be an issue with [email protected] which was released some 20 hours ago. In my project, pinning babel-loader to the previous version 8.0.6 helped. |
Beta Was this translation helpful? Give feedback.
-
EDIT: Fixed in This is caused by an incompatibility between We will fix it soon, but you can already make the error disappear by updating
|
Beta Was this translation helpful? Give feedback.
-
Yep, impossible to build our (Vaadin-flow) project anymore :( Usually, it goes like this : the plugin vaadin-maven-plugin run npm install without any issue. But now, I'm getting that unknowHelper createSuper stuff, not sure how to fix it... Any help greatly welcome |
Beta Was this translation helpful? Give feedback.
This seems to be an issue with [email protected] which was released some 20 hours ago.
In my project, pinning babel-loader to the previous version 8.0.6 helped.