doc: udpate npm.md (#94)

This commit is contained in:
wjjwkwindy 2022-11-16 11:17:45 +08:00 committed by GitHub
parent d6504023d5
commit f5c9b232b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ npm 备忘清单
`npm install <package_name>@<tag>` | 使用 `dist-tags` 安装包 `npm install <package_name>@<tag>` | 使用 `dist-tags` 安装包
`npm install -g <package_name>` | 全局安装包 `npm install -g <package_name>` | 全局安装包
`npm uninstall <package_name>` | 卸载包 `npm uninstall <package_name>` | 卸载包
`npm uninstall -g <package_name>` | 全局卸载包
<!--rehype:class=auto-wrap--> <!--rehype:class=auto-wrap-->
### 安装 ### 安装