手元の環境の ASK CLI を最新化した

開発をお手伝いしているAlexa Skillのバージョンアップの話が出てきたので下準備中。

基本的な仕様はほとんど変わらないけど、実装をキレイにしたい。 ということで、自分のアカウントでインテントの検証用スキルを作ることにした。ついでにAlexa開発の最新状況にもキャッチアップしたい。

ついでにASK CLIもバージョンアップ。

$ ask -V
2.10.2
$ npm install -g ask-cli
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
/usr/local/bin/ask -> /usr/local/lib/node_modules/ask-cli/bin/ask.js

> aws-sdk@2.939.0 postinstall /usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk
> node scripts/check-node-version.js


> nodemon@2.0.9 postinstall /usr/local/lib/node_modules/ask-cli/node_modules/nodemon
> node bin/postinstall || exit 0

Love nodemon? You can now support the project via the open collective:
 > https://opencollective.com/nodemon/donate


> ask-cli@2.22.4 postinstall /usr/local/lib/node_modules/ask-cli
> node postinstall.js


================================================================================
ASK CLI collects telemetry to better understand customer needs. You can
OPT OUT and disable telemetry by setting the 'share_usage' key to 'false'
in '~/.ask/cli_config'.

Learn more: https://developer.amazon.com/docs/alexa/smapi/ask-cli-telemetry.html
================================================================================

+ ask-cli@2.22.4
added 115 packages from 53 contributors, removed 9 packages and updated 39 packages in 24.423s
$ ask -V
2.22.4