增加命令

This commit is contained in:
徐永兴 2024-05-10 12:04:09 +08:00
parent a2e4483924
commit aaff3fb08b

View File

@ -15,3 +15,10 @@ npm set registry https://
# 删除源 # 删除源
npm config rm registry npm config rm registry
``` ```
### pnpm
```bash
# pnpm 清理缓存
pnpm store prune
```