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