Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt

Use this file to discover all available pages before exploring further.

The doctor command inspects every tool that SolidScript depends on and reports which are present, which are missing, and which are misconfigured. Run it first whenever you set up a new environment or start seeing unexpected build failures. It is also useful as a preflight step in CI pipelines before running build or verification jobs.
solidscript doctor
solidscript doctor --fix

Options

FlagDescription
--fixAuto-install or repair managed tools where possible, including Foundry binaries and Docker-backed security analyzers

Examples

# Check current toolchain status
npx solidscript doctor

# Check and attempt to repair managed tools
npx solidscript doctor --fix
--fix only repairs tools that SolidScript manages automatically. Tools you installed separately — such as a system-level node or bun — must be updated through their own package managers.