-
Notifications
You must be signed in to change notification settings - Fork 18
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
Initial install throws serverless DeprecationWarning DEP0066 #1
Comments
Can you share the version of Node you are using? |
v12.6.0 |
I updated to Node v12.8.3 (the "recommended for most users" version) and tried it again. Here's the output: `PS C:\serverless> serverless install --url https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter --name _test Serverless Error --------------------------------------- serverless.yml or serverlss.ts not found in C:\serverless_test Get Support -------------------------------------------- Your Environment Information --------------------------- PS C:\serverless> cd _test
Mode LastWriteTime Length Name d----- 7/9/2020 6:33 PM libs |
It seems like some dependency internally that's doing this. Not entirely sure. |
Deprecation warning only, still appears to work.
Ran this at command line (Windows 10, Powershell):
serverless install --url https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter --name microservices
Error:
Serverless: Downloading and installing "serverless-lerna-yarn-starter"...
(node:23128) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
Serverless version:
Framework Core: 1.78.1
Plugin: 3.7.0
SDK: 2.3.1
Components: 2.34.3
The text was updated successfully, but these errors were encountered: