Skip to main content

One post tagged with "v. 2.0.0-beta.18"

View All Tags

Unmet Dependencies in Docusaurus

· 4 min read
Faycal Alami-Hassani
Founder of Farowave

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.