CLI
fring doctor
Checks whether your development environment is ready to use Fring.
Usage
fring doctorRun this command at any time to inspect your current environment.
What It Checks
- Node.js installation
- Package manager
- Git installation
- Operating system information
- Environment compatibility
When Should I Run It?
If Fring isn't behaving as expected, this command is a good first step.
It helps identify missing tools or unsupported versions before creating a project or adding packages.
Example
fring doctorReview the output and resolve any reported issues before continuing.