foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
204 stars 41 forks source link

fix(dependencies): adds babel-runtime as dependency #2

Closed goldcaddy77 closed 7 years ago

goldcaddy77 commented 7 years ago

Missing babel-runtime dependency.

screen shot 2017-03-27 at 5 57 50 pm
miguelmich commented 7 years ago

@goldcaddy77 when do you see this error?

goldcaddy77 commented 7 years ago

Just calling the executable by itself will cause the issue. I'm guessing when you install in DEV mode you're getting this automatically

npm install -g jira-cl
jira  <-- fails here
miguelmich commented 7 years ago

That's interesting, in a fresh Digital Ocean droplet it installs babel runtime only by installing the package like you did, maybe it's because of your nodejs or npm version.

Thanks again :)