-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Error: Cannot find module 'eslint-config-react-app' when running yarn docz dev #1152
Comments
I think both Saw that you hade a lot of eslint-related packages and scripts in your |
Yes i thought it might be related to Gatsby but i guess it must have something to do with docz integration of Gatsby as i use Gatsby in lots of other projects and have never seen this error before. eslint was/is working fine in the project. Here is our eslintrc.js:
|
Seems like |
Not sure if this will help but I had a similar issue with eslint 6, so I downgraded to docz need to upgrade gatsby package to the latest one as their deps uses an older version of PS - check if you have any unmet peer deps |
maybe i has a same problem #1180 |
New error using 2.0.0-rc.63
|
Looks like this might be the problem: styleguidist/react-docgen-typescript#213 There is a PR up but it hasent been merged yet |
The above Pr fixes the |
Is there any movement on this? I tried a clean install of docz and am still getting this error so it appears that the problem is not only isolated to my repo and the others that have commented here... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug Report
Error: Cannot find module 'eslint-config-react-app' when running
yarn docz dev
Expected behavior
It should load and work
Environment
Additional context/Screenshots
doczrc.js
package.json
Button.tsx Component
Button.mdx
The text was updated successfully, but these errors were encountered: