Error block
What went wrong, why, and the command that fixes it.
Error block
site/src/showcase.tsrenderError({
heading: "Required toolchain is unavailable",
explanation: "The configured version is not installed.",
remedy: "Install the required toolchain:",
commands: [
"toolchain install stable"
]
})✖ Required toolchain is unavailable The configured version is not installed. Remedy: Install the required toolchain: $ toolchain install stable