Closed scriptnull closed 8 years ago
@scriptnull what version of Node.js are you running?
v0.10.25
@scriptnull yeah, that's why. See on the manifest that it requires node 4 or above. That's a constraint to make sure we can use ES2015 features. Most of my CLI programs follow this rule since they're focused on developers anyway.
After installing the package via npm , I executed
hn
It shows up the following error message in terminal
I using Ubuntu 14.04 LTS.