jovotech / jovo-cli

🛠 Command Line Interface for the Jovo Framework: Makes voice experience deployment a breeze, including features like local development and staging.
https://www.jovo.tech/marketplace/jovo-cli
Apache License 2.0
57 stars 31 forks source link

jovo get alexaSkill --> TypeError: Cannot read property 'locale' of undefined #130

Closed StErMi closed 4 years ago

StErMi commented 4 years ago

I'm submitting a...

Expected Behavior

I would expect to clone the app's platform from an alexaSkill

Current Behavior

Get a cli error

Error log

$ jovo get alexaSkill
 »   Error: There was a problem:
 »   TypeError: Cannot read property 'locale' of undefined

Your Environment

rubenaeg commented 4 years ago

Hi @StErMi, the issue should be resolved in the current version of the Jovo CLI, v3.0.5. You can update with npm install jovo-cli -g.

StErMi commented 4 years ago

fixed, thanks @rubenaeg