diff options
Diffstat (limited to 'deps/npm/docs/content/commands/npm-doctor.md')
-rw-r--r-- | deps/npm/docs/content/commands/npm-doctor.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/docs/content/commands/npm-doctor.md b/deps/npm/docs/content/commands/npm-doctor.md index 0cce60c7b7..7fb63bab16 100644 --- a/deps/npm/docs/content/commands/npm-doctor.md +++ b/deps/npm/docs/content/commands/npm-doctor.md @@ -6,10 +6,19 @@ description: Check your npm environment ### Synopsis +<!-- AUTOGENERATED USAGE DESCRIPTIONS START --> +<!-- automatically generated, do not edit manually --> +<!-- see lib/commands/doctor.js --> + ```bash npm doctor ``` +<!-- automatically generated, do not edit manually --> +<!-- see lib/commands/doctor.js --> + +<!-- AUTOGENERATED USAGE DESCRIPTIONS END --> + Note: This command is unaware of workspaces. ### Description |