2

我已经安装了新版本的 npm 但现在当我尝试运行下一个命令时,依赖项没有安装:

npm i -S gulpjs/gulp#4.0

npm ERR! code ETARGET
npm ERR! notarget No matching version found for undefined@4.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

NPM 版本:v5.0.1

有没有一种从 github 分支安装 npm 包的新方法?

相关问题(旧 NPM 版本):依赖于在 package.json 中使用 git URL 的分支或标签?

关于安装依赖项的 NPM 文档:npm install docs

4

1 回答 1

0

这是 v5.0.2 中修复的错误

相关的github问题

于 2017-06-04T15:33:20.490 回答