Thursday, 1 June 2017

How to install Gulp v4 with NPM v5?

I've installed the new version of npm but now when I try to run the next command the dependency doesn't install:

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.

Is there a new way to install npm packages from github branches?



via AlbertFM

No comments:

Post a Comment