0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

windowsでask cli開発(deployができない編)

0
Last updated at Posted at 2019-03-15

以下は、ask-cli version 1.6.2の時の話です。

下記の翻訳?転載です。
中々解決策が見つからなくて苦労したので、ここに書いておきたい。
Ask - deploy not working after built successfully - Forums

windowsでASK CLIを使ってアレクサスキル開発をしていて、

ask deploy

で何も起こらない(処理が帰ってこない)人はまずは、

ask deploy --debug

をやってみよう。

もしそれで、以下の場所で止まってたら

C:\Users\xxx\Documents\git\alexaskill\xxx>ask deploy --debug
###########################
##### pre-deploy hook #####
###########################
Codebase (lambda/custom) built successfully.
###########################

上記のURLに書いてある通り、

ask-cliのバージョン1.4.9を入れましょう。

npm install -g ask-cli@1.4.9

nodeのバージョンは10系で問題なしです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?