Having troubles with the Alexa Ask CLI installation

Viewed 1405

I'm on a Windows 10 64 bit machine. I have Node.JS version 10.12.1, ASK v 2.11.2, and Python version 2.7.14amd64.msi. I have followed the steps to install and when I type ask init I get the following error:

[Error]: CliFileNotFoundError: File C:\Users\KJOHN357.ask\cli_config not exists.

Can anyone offers some suggestions?

1 Answers

ask init is not the configuration command anymore. There are a number of breaking changes in 2.0 including a change to what init does and why you use it.

What used to be ask init in v1.x is now ask configure in v2.x.

Check out the migration guide for more details.

Related