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

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

@gamelover42

Description

@gamelover42

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions