edisonchee / slimbot

Telegram Bot API for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this library requires node v13?

yofriadi opened this issue · comments

commented

I want to use it in cloud functions which currently not support node v13

Hi @yofriadi, the lib is tested on Node 10.16.0 and 12.10.0 as well.

commented

but in package.json it targets node 13, I cant install it??

@yofriadi you're right, it's my mistake. Sorry about that. I was not aware that setting the node version in engines will prevent people from installing it. I've fixed it in c9ca8b0 and published 4.6.3 on npm. Try updating and let me know if you can install.