npm命令

Posted shengulong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm命令相关的知识,希望对你有一定的参考价值。

1、npm dedupe / npm ddp

重新整理本地包的依赖关系,使一些公共依赖走向依赖树的更高层级,方便更多包共同使用,减少依赖的重复引入。

Searches the local package tree and attempts to simplify the overall structure by moving dependencies further up the tree, where they can be more effectively shared by multiple dependent packages.

依赖的查找顺序,先在本级查找,然后依次往上级查找。

2、npm config

npm全局配置,可以设置全局依赖的安装路径

 

https://www.npmjs.com.cn/cli/dedupe/

以上是关于npm命令的主要内容,如果未能解决你的问题,请参考以下文章

npm命令教程

Npm常用命令整理

如何在 Windows 上使用单个 NPM 命令运行多个 NPM 命令

关于npm ---- npm 命令行运行多个命令

NPM常用命令

NPM常用命令