env-doctor can be installed globally or run directly with npx.
The easiest way to use env-doctor is with npx - no installation required:
npx @theaccessibleteam/env-doctor
This always uses the latest version.
Install globally to use env-doctor command anywhere:
import Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’;
Then run:
env-doctor
Install as a dev dependency in your project:
Add to your package.json scripts:
{
"scripts": {
"env:check": "env-doctor",
"env:fix": "env-doctor fix"
}
}
Check that env-doctor is installed correctly:
env-doctor --version
# env-doctor v1.0.0