如何使用 NPM v5 安装 Gulp v4?
How to install Gulp v4 with NPM v5?
我已经安装了新版本的 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 版本):Depend on a branch or tag using a git URL in a package.json?
关于安装依赖项的 NPM 文档:npm install docs
这是 v5.0.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 版本):Depend on a branch or tag using a git URL in a package.json?
关于安装依赖项的 NPM 文档:npm install docs
这是 v5.0.2 中修复的错误