alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

ask clone command not working #620

Closed sravankumarreddy9 closed 4 years ago

sravankumarreddy9 commented 4 years ago

I'm trying to clone the skill from the developer console. when i run the below command. I'm getting the error. ask clone "skills" Command not recognized. Please run "ask" to check the user instructions. If i try to deploy the skill to developer console i'm getting error as below: C:\Users\reddymv\proactive-event-starter-api>ask deploy [Warn]: Please make sure you are in the root directory of the project. These issues happened after upgrading nodejs 10 to nodejs 12 and upgrading cli. I'm thinking some installation files and settings have been misplaced. Can anyone give info from starting to ending for the setup of ask-cli.

RonWang commented 4 years ago

Hi @sravankumarreddy9 ,

ask-cli is open sourced now, I've created a new issue with your problem at https://github.com/alexa/ask-cli/issues/153. Will close this one and we can explain over there.