Doesn't work on Node <6
CapacitorSet opened this issue · 2 comments
CapacitorSet commented
It seems that the bot doesn't work with versions of Node previous to 6.0. There ought to be a check on "npm firstrun".
crisbal commented
We should use package.json
's engines
field: https://docs.npmjs.com/files/package.json#engines
CapacitorSet commented
I'm not sure, is the engines
field taken into consideration if the user cloned the repository rather than doing npm install
?