After adding plugin config in docusaurus.config.js, docusaurus start throw this error:
Error: Docusaurus was unable to resolve the "docusaurus-plugin-react-docgen" plugin. Make sure one of the following packages are installed:
- docusaurus-plugin-react-docgen
- @docusaurus/plugin-docusaurus-plugin-react-docgen
- docusaurus-plugin-docusaurus-plugin-react-docgen
After adding plugin config in
docusaurus.config.js
,docusaurus start
throw this error:Config used:
I also went to check node_modules and the package is already installed 🤔 Any clues to resolve this? Thanks in advance!