CLI

fring doctor

Checks whether your development environment is ready to use Fring.

Usage

fring doctor

Run 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 doctor

Review the output and resolve any reported issues before continuing.