when I use swizzle of the docusaurus,I get an error:
I want to ejecting a DocBreadcrumbs component.My project is based on rush, which node_modules is
The reason for the error is that I am missing some dependencies?
npx create-docusaurus@latest my-website classic --typescript I use above cmd create a new website, and ejecting a DocBreadcrumbs component is ok. I find that this project's node_modules is different from the project which is report error. So, I guess I'm missing some package?