npm 查看安装了那些包

  1. npm list --depth=0。指令用来查看单个项目中安装的模块(指定文件夹),其中 depth 表示深度,我们使用的模块会有依赖,深度为 0 时,不会显示依赖模块;
  2. npm list --depth=0 --global。指令用来查看全局安装了哪些模块。

npm 查看安装了那些包
https://wonderhoi.com/2024/08/20/npm-查看安装了那些包/
作者
wonderhoi
发布于
2024年8月20日
许可协议