Closed cristian-sima closed 4 years ago
@cristian-sima it's very strange, because babel is devDependency for this is package. Are you install babel@7 in your project? Can you create test repo with this error?
I had the same issue but discovered it was due to referencing old babel library require("babel-register");
make sure you use: require('@babel/register');
Hi!
Is it working with babel 7, cause I am getting this: