Telegram-Bot-Node/Nikoro

Doesn't work on Node <6

CapacitorSet opened this issue · 2 comments

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".

We should use package.json's engines field: https://docs.npmjs.com/files/package.json#engines

I'm not sure, is the engines field taken into consideration if the user cloned the repository rather than doing npm install?