-
Notifications
You must be signed in to change notification settings - Fork 438
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
(node:17396) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated #657
Comments
@JeanRemiDelteil just to be certain, this issue occurs with the latest |
For reference: DEP0066: OutgoingMessage.prototype._headers, OutgoingMessage.prototype._headerNames @JeanRemiDelteil @grant I was able to reproduce this issue on Mac OS, using Node 12.3.1 and npm's [email protected] This issue is likely to be closed with next release of clasp. |
Great ! |
Note: I've published |
any updates on this? I'm still seeing "(node:...) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated" |
@koconnor3 what version of nodejs and clasp are you using? |
my bad, looks like I had only updated clasp on my other machine 🤦♂️ |
Expected Behavior
No deprecation warrning when using
clasp push
Actual Behavior
when using
clasp push
we have a deprecation warrning on Node v12.3.1Steps to Reproduce the Problem
clasp push
in a projectSpecifications
node -v
): v12.3.1clasp -v
): 2.1.0The text was updated successfully, but these errors were encountered: