Describe the bug
If I install docz on an already configured cra, when trying to run the cra there is a preflight-check error.
The error points to a dependency called webpack-dev-server.
If I remove dependde from node_modules, everything will be back to normal.
There is a conflict with react-scripts.
To Reproduce
yarn create react-app my-app
yarn add docz
yarn dev
Environment
Additional context/Screenshots

I have the save problem
Caught the same issue
Anyone?
put an .env file in your root folder and add SKIP_PREFLIGHT_CHECK=true
this works, I have tested it
To avoid build issues: put docz package in devDependencies.
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.