You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
I switched one of my projects to gulp 4 by uninstalling the old gulp and installing v4 via:
npm install gulpjs/gulp.git#4.0 --save-dev
In my package.json, under the devDependencies property I have the following entry:
"gulp": "gulpjs/gulp#4.0"
When I ran npm-shrinkwrap I receive the following warning:
npm-shrinkwrap --dev --registries=artifactory:8081
WARN: Expected the git dependency gulp to have a valid version tag;
instead I found 4.0 for the dependency gulpjs/gulp#4.0
wrote npm-shrinkwrap.json
The text was updated successfully, but these errors were encountered:
I switched one of my projects to gulp 4 by uninstalling the old gulp and installing v4 via:
npm install gulpjs/gulp.git#4.0 --save-dev
In my package.json, under the devDependencies property I have the following entry:
"gulp": "gulpjs/gulp#4.0"
When I ran npm-shrinkwrap I receive the following warning:
The text was updated successfully, but these errors were encountered: