Hello, I have trouble to deploy my skill in order to finish the ASK CLI installation.
I looked at some other post on forums but I couldn't fine a solution.
The skill.json is inside my folder called: C:\Users\Clara Joffo\alexa\interactive-adventure-game-tool-master
And my skill in inside: C:\Users\Clara Joffo\alexa\interactive-adventure-game-tool-master\lambda\custom
I tried to deploy also after moving the skill.json inside the custom file but it's not working.
If I aim my directory to where is the skill.json I have this result:
C:\Users\Clara Joffo\alexa\interactive-adventure-game-tool-master>ask deploy [Error]: Failed to deploy. Please ensure current working directory is the root of your skill project.
And if I change the directory to where is my skill I have that:
C:\Users\Clara Joffo\alexa\interactive-adventure-game-tool-master\lambda\custom>ask deploy [Error]: Can't find skill.json in current working directory.
And then I put the skill.json inside the custom file and I tried and I have this:
C:\Users\Clara Joffo\alexa\interactive-adventure-game-tool-master\lambda\custom>ask deploy [Error]: Failed to deploy. Please ensure current working directory is the root of your skill project.
Do you know what can I do in order to get that fixed and be able to deploy?
Thank you a lot!!!!