(node:17396) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
Open
in next release
- Dominant language
- TypeScript
- Stars
- 5.8k
- Forks
- 510
- Avg merge
- 5h 27m
- Merged PRs (30d)
- 1
Description
## Expected Behavior
No deprecation warrning when using `clasp push`
## Actual Behavior
when using `clasp push` we have a deprecation warrning on Node v12.3.1
```
(node:17396) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
```
## Steps to Reproduce the Problem
1. update Node to the current version (12.x)
2. use `clasp push` in a project
## Specifications
- Node version (`node -v`): v12.3.1
- Version (`clasp -v`): 2.1.0
- OS (Mac/Linux/Windows): Windows10
Contributor guide
Assessment
This issue has not been assessed yet.