-
Notifications
You must be signed in to change notification settings - Fork 428
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-jest can not be resolved with yarn workspaces and CRA 3.0.0 #388
Comments
Tried it with the test-app of this repository and it works, so it is most likely being caused by some other dependency conflicts within my project which are not directly related to But since the only thing I did was updating the |
It might be a case that something Thank you for continuing to test/debug the issue, and looking forward to seeing your feedback when you do track it down. :) Edit: Nope, looks like Really dumb question (sorry, I have to ask) - you did re-run |
I am seeing this as well, even after removing |
Yes adding I suspect that line 9 in
|
To fix this, I had to make sure to install the same version of |
Is there any progress on this issue? Full Error Log
The most important thing is this sentence:
So @dawnmist is right, we don't need to install Cannot find module 'babel-jest'
To fix this issue, you need to delete The only solution so far seems to be the one mentioned by @mkolodny:
|
@liby after running yarn installing do i have to run yarn start ? |
or i will run the npm install again before the yarn start |
I am having issues running tests after an update to CRA 3.0.0:
I am going to investigate the problem and maybe create a PR if I find a solution.
It would be valuable to know if anyone else got these problems too.
The text was updated successfully, but these errors were encountered: