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,28 @@
# npm dedupe
> 减少 `node_modules` 目录中的重复。
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-dedupe>。
-`node_modules` 中去重包:
`npm dedupe`
- 在去重过程中遵循 `package-lock.json``npm-shrinkwrap.json`
`npm dedupe --lock`
- 以严格模式运行去重:
`npm dedupe --strict`
- 在去重过程中跳过可选/同级依赖:
`npm dedupe --omit={{optional|peer}}`
- 启用详细日志以便于故障排除:
`npm dedupe --loglevel=verbose`
- 将去重限制为特定包:
`npm dedupe {{package_name}}`