Skip to content

Is it possible to install specific npm libary through "gulp-install"? #58

@parameshwar-ande

Description

@parameshwar-ande

I see with the help of "gulp-install" library we can install all libraries which are mentioned in package.json. Something like this.

var install = require("gulp-install");
gulp.src(['./package.json']) .pipe(install());

But I couldn't find a way to install a specific library. Please let us know if there is anyway for this to achieve.

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