Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Warning when using gulp 4 (gulpjs/gulp#4.0) #115

Open
gamelover42 opened this issue Aug 24, 2016 · 1 comment
Open

Warning when using gulp 4 (gulpjs/gulp#4.0) #115

gamelover42 opened this issue Aug 24, 2016 · 1 comment

Comments

@gamelover42
Copy link

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

@Raynos
Copy link
Contributor

Raynos commented Aug 24, 2016

This is expected, 4.0 is not a valid version tag,

Expected v4.0.0 since that's a valid git tag as created by npm version;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants