npm install peerDependencies

时间:2016-03-22 11:01:39

标签: npm npm-install

有没有办法将所有some-package安装到npm包依赖的项目中?

让我们说我正在安装peerDependencies,它依赖于peerDependencies。 因此,我希望将该程序包的所有npm_modules安装到package.josn并保存到我的wget https://bootstrap.pypa.io/ez_setup.py python ez_setup.py easy_install pysnmp 文件中。

我该怎么做?

1 个答案:

答案 0 :(得分:1)

Npm 3及更高版本不会自动安装peerDependencies,也没有选项可以执行此操作。您可以逐个手动安装它们,使用bash脚本或使用npm-install-peers等npm包进行安装。