Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm WARN deprecated request #366

Closed
cdalexndr opened this issue Feb 14, 2020 · 2 comments
Closed

npm WARN deprecated request #366

cdalexndr opened this issue Feb 14, 2020 · 2 comments

Comments

@cdalexndr
Copy link

When I run a NpmTask it prints this warning:
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

Gradle task:

task npm_install_dep(type: NpmTask) {
    workingDir = file("$buildDir/public")
    args = ["install", '--production']
}
@deepy
Copy link

deepy commented Feb 14, 2020

This is npm telling you that you're using a deprecated package, not an issue with the plugin

@cdalexndr
Copy link
Author

ok, thanks

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

No branches or pull requests

2 participants