doczjs / docz

✍ It has never been so easy to document your things!
https://docz.site
MIT License
23.6k stars 1.46k forks source link

Failed to load config "react-app" on empty CRA project #1601

Open itslooklike opened 3 years ago

itslooklike commented 3 years ago

Bug Report

Describe the bug

New CRA project with docz get a error on start

To Reproduce

npx create-react-app 'app-name' --template typescript
cd app-name
yarn add docz
yarn start

And got error in shell

Failed to compile.

Failed to load config "react-app" to extend from.
Referenced from: /Users/alexeymasalov/git/app-name/package.json

Expected behavior

Project just start

Environment

Additional context/Screenshots

image