-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only works on node 8+ #5
Comments
Thank you @tjbenton, we will look into this. I'm a bit confused, because jovo-cli is mainly used for local development, and the jovo-framework package (which is used for the voice apps) supports earlier node versions, even node 4 (see https://travis-ci.org/jovotech/jovo-framework-nodejs). Do you mind explaining further? Thanks a lot! |
Thanks! Will investigate. @aswetlow got it to work with nvm and node 5. Do you have the same issue with other command line tools @tjbenton? for example https://github.com/bespoken/bst |
When I install |
Thanks! We found the bug and pushed the new version to npm. Can you update it with |
This app only works if you're on node 8 or higher which you can't use when developing Alexa skills since lambda functions can only be at 6.10.
You might consider compiling you JS with babel to support 6.10 so that users of
jovo-cli
don't have to switch node versions just to use it.The text was updated successfully, but these errors were encountered: