-
-
Notifications
You must be signed in to change notification settings - Fork 737
Codecept : Cannot find module '@babel/runtime/helpers/interopRequireDefault' #1983
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
Comments
We're hitting the same issues. |
For that error, I solve it using the suggested solution here: #1976 |
@zarashima , that did not solve our issue. We continue to hit '@babel/runtime/helpers/interopRequireDefault' |
Effectively the problem is solved by installing [email protected] |
We ended up needing to blow away our node_modules directory, then got it work! |
This is fixed with the 2.3.5 release, can you confirm and close the issue? |
done ! |
Hello,
I try to simply run the tutorial "https://codecept.io/quickstart"
i think one or more dependencies have been updated without ensuring compatibility.
Even if I use an old version of codecept I have the same error.
when i add the dependency ''@babel/runtime' i have a new error :
The text was updated successfully, but these errors were encountered: