Skip to content
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

Closed
tjbenton opened this issue Oct 20, 2017 · 5 comments
Closed

Only works on node 8+ #5

tjbenton opened this issue Oct 20, 2017 · 5 comments

Comments

@tjbenton
Copy link

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.

@jankoenig
Copy link
Member

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!

@tjbenton
Copy link
Author

tjbenton commented Nov 2, 2017

When I try to install jovo-cli in node 4-7 it doesn't work when I try to run it. It only works then I install it on node 8+

screen shot 2017-11-02 at 11 06 55 am

@jankoenig
Copy link
Member

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

@tjbenton
Copy link
Author

tjbenton commented Nov 2, 2017

When I install bespoken-tools on any node version it's working correctly for me.

@jankoenig
Copy link
Member

Thanks! We found the bug and pushed the new version to npm. Can you update it with npm update -g jovo-cli and try again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants