Jovo unable to locate ask-cli

amazon-alexa
cli

#1

I followed all instruction but unable to deploy the first example, Ask configuration is correct as I can deploy using ask deploy but jovo deploy always gives me below error.

On side note, does git need to be installed on local machine to get it work, ask deploy need git to download and install as received error for that.


#2

Adding more details, after installing git i can see ask-cli (ask deploy) command works but not jovo deploy.


#3

After watching few old video, i was able to do manual deployment to lambda and get it working. But it looks like some defect with jovo deploy, its unable to find out ask-cli on my machine.


#4

Which version of ASK CLI are you using?


#5

I am using ask cli version - 2.0.0.
image


#6

Hi @akshayru is your default ask profile set to the account where that skill is created. You might want to check by running :

ask init

after running it set the default ask profile to the account where the desired skill is.


#7

I guess i am still doing something wrong, what value we should enter for skilla package path and lambda path. ?


#8

This is related to the latest update to ASK CLI. Working on a fix right now.

Here’s more info:


#9

Thanks,
I just did downgrade to ask-cli and it worked.


#10

Just for the record, ask init now initiates a new ask skill project. To configure your ask profiles, run ask configure.


#11

When first time deploy failed i thought that and run ask configure alone, but that didn’t resolve the issue.