jovotech / jovo-templates

💬 Code Patterns and Templates for Jovo Voice Apps
https://www.jovo.tech
Apache License 2.0
27 stars 30 forks source link

Deployment problem #16

Closed KristaTheCoder closed 6 years ago

KristaTheCoder commented 6 years ago

Alexa Audio Player jovo version 1.1.11

After running : $ jovo init alexaSkill $ jovo build $ jovo deploy

I get the following error: Updating Alexa Skill project for ASK profile default

Cannot find module " /home/ ... /platforms/alexaSkill/models/en-US.json"

There is a skill.json file and an en-US.json file it's just in a different folder than the one it's looking for.

When I run jovo run it also says it cannot find then index.js file even though one exists.

jankoenig commented 6 years ago

Hi @KristaTheCoder, in which folder are you with the command line when you're executing those commands?

After $ jovo new <directory> --template alexa/audioplayer, did you go into the created directory with $ cd <directory>?

KristaTheCoder commented 6 years ago

Here's a screenshot with my terminal.

screenshot from 2018-07-08 12-43-39

jankoenig commented 6 years ago

Could you show me how your models the root folder and your platforms/alexaSkill folder look like?

KristaTheCoder commented 6 years ago

Hi @jankoenig somehow I got a typo into mulocal interaction model which caused the failure. The Github repo works fine, my mistake.

Krista