Closed gjasny closed 3 years ago
Hello,
While running jest on a renovated branch (3.2.0 -> 3.2.1) I get the following error:
(3.2.0 -> 3.2.1)
Cannot find module '@babel/runtime/helpers/interopRequireDefault' from 'node_modules/axios-retry/lib/cjs/index.js'
Is the @babel/runtime dependencies missing?
@babel/runtime
Thanks, Gregor
Hey guys, we experience this as well
can you guys try with 3.2.2 ?
using 3.2.2 fixed our issue.
fixed ours as well
Fixed in v3.2.2
Hello,
While running jest on a renovated branch
(3.2.0 -> 3.2.1)
I get the following error:Is the
@babel/runtime
dependencies missing?Thanks, Gregor