alexa / ask-cli

Alexa Skills Kit Command Line Interface
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
Apache License 2.0
163 stars 54 forks source link

ask new command fails #473

Open voco-dev opened 1 year ago

voco-dev commented 1 year ago

Trying to create new skill with ask cli.

ASK CLI (v2.30.0)

ask new Please follow the wizard to start your Alexa skill project -> ? Choose a modeling stack for your skill: Interaction Model The Interaction Model stack enables you to define the user interactions with a combination of utterances, intents, and slots. ? Choose the programming language you will use to code your skill: NodeJS ? Choose a method to host your skill's backend resources: Alexa-hosted skills Host your skill code by Alexa (free). ? Choose the default region for your skill: us-east-1 ? Please type in your skill name: The Views ? Please type in your folder name for the skill project (alphanumeric): theviews

Project directory for The Views created at C:\Users\Brock\OneDrive\Documents\voco\theviews

Lambda code for The Views created at ./lambda

Skill schema and interactionModels for The Views created at ./skill-package

"message": "Skill not found with id: amzn1.ask.skill.53bb01c6-f319-4010-8aa4-ed1d9b37ccc4, stage: development" }

spkai commented 6 months ago

Hi @voco-dev! Are you still experiencing this issue?