add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# npm doctor
> 检查 npm 环境的健康状况。
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-doctor>。
- 运行所有默认的 npm 健康检查:
`npm doctor`
- 检查与 npm 注册表的连接:
`npm doctor connection`
- 检查正在使用的 Node.js 和 npm 的版本:
`npm doctor versions`
- 检查 npm 目录和缓存的权限问题:
`npm doctor permissions`
- 验证缓存的包文件和校验和:
`npm doctor cache`