-
Notifications
You must be signed in to change notification settings - Fork 42
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 request deprecated. please update. thanks. #249
Comments
I'm facing the same issue. |
from what I saw. It isn't a problem but more of a warning and that is all. |
It is a warning not an error. deprecation should be avoided. |
There's no good reason to stick with the bloated Has anyone from the @sstaley-sparkpost team seen the |
I ran into the same issue and found this forked version which uses got package as dependency instead of request. Though I'm not sure it's from a reputable author. [EDIT: Never mind, upon trying to implement it in my code I found out it's still trying to use request. Any other good alternatives eliminating request?] |
related: #271 |
request has been deprecated, see request/request#3142
Please update dependencies.
Thanks.
for example: ActiveCampaign/postmark.js#60
The text was updated successfully, but these errors were encountered: