-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Main program just fails to run #20
Comments
Same here:
|
You'll have to update node...Object.entries is available from node 7 only(and behind that harmony flag in 6.5). |
Upgraded node and its fixed now |
@furqan-shakoor that's a quick fix to us, but the software keeps broken. |
If taskbook were also packaged as a snap, would that allow taskbook's "node >= 7" condition to co-exist with those of us who have devops requirements of "node < 7" ? This is a genuine question. I don't know the answer to the question or even whether node apps can be delivered as snaps. Just hoping earnestly because taskbook is very appealing. |
Fixed on 3f818d9. |
Running
tb
throws an exception and quits:To Reproduce
npm install --global taskbook
tb
Technical Info
The text was updated successfully, but these errors were encountered: