alexa / ask-cli

Alexa Skills Kit Command Line Interface
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
Apache License 2.0
163 stars 54 forks source link

fix: updating axios to resolve issue #480 #481

Closed doiron closed 1 year ago

doiron commented 1 year ago

480

By simply updating axios dependencies I was able to deploy the skill package that was throwing the error. It seems the older version of axios was not respecting the max limits we had set.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

doiron commented 1 year ago

just released ask-cli@2.30.3 with the fix see https://www.npmjs.com/package/ask-cli for installation instructions and keep up with the latest versions.