alexa-samples/skill-sample-nodejs-fact

[Error]: Failed to deploy. Please ensure current working directory is the root of your skill project.

Closed this issue · 2 comments

Hey, after changing the directory where all my files are I get the following error:
[Error]: Failed to deploy. Please ensure current working directory is the root of your skill project.

AWS CLI is properly configured. Do you have a guess of what could be happening?

Thanks for your time

The ASK-CLI needs to be run from the directory where the skill.json file resides. In that same directory, there needs to be a .ask sub-directory, and a proper config file in that folder. If you run ask new (which can be run from any directory), you can examine the resulting folder structure and compare it to the one you're having problems with.

if you're still experiencing this issue, please re-open the issue or open a new one.