The Bug π
Howdy, Kachi here :)
I recently encountered this error when I was setting up a project with Docusaurus
N/B: This is after running the
npm start
command, which is preceded by thenpx create-docusaurus@latest my-website classic
command.
The Fix π
Thanks to some internet friends and my exceptional superpowers(Googling) I was able to fix the errorβ (Smiles Triumphantly).
# ποΈ with NPM
npm install react@latest react-dom@latest --legacy-peer-deps
Run the npm start
to load the server again.
Mazel Tov π
Β