-
Notifications
You must be signed in to change notification settings - Fork 12
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
create-react-app: Cannot read property 'ScopeType' of undefined #56
Comments
This seems to be caused by the following dependency chain: |
I am facing the same issue. What is the solution? |
We are addressing it with Yarn Resolutions, by adding a resolution like the following in our "resolutions": {
"eslint-plugin-testing-library": "4.12.4"
} This will force the version See our change here: This is a workaround and may break things. There is also a pull request to upgrade this dependency in |
This error happened to me out of nowhere. |
This has been causing me issues for a while now... I found a weird solution where saving an unchanged css modules file allowed a watched build to succeed and the error goes away until I edit a ts file... then save an unchanged css module and the watcher builds and so on... Turns out I too needed to remove the node_modules and install again and the problem is now solved.. thank you for this solution! |
When using
create-react-app
with the following setup instructions, the error below occurs:Instructions:
Error:
The text was updated successfully, but these errors were encountered: