Unmet Dependencies in Docusaurus
· 4 min read
This is the first time that I am facing issues with unmet dependencies in Docusaurus after a Yarn Upgrade.
What is Docusaurus?
Docusaurus is an SSG (short for Static Site Generator). Static Site Generators are software frameworks that generate static HTML webpages using templates, components, and plain-text files.
The plain-text files make use of markup languages such as Markdown. Since there are neither databases nor dynamic content involved, the static HTML files load pretty fast.
