yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.13k stars 1.49k forks source link

Process finished with exit code -536870873 #1099

Closed Dr-klo closed 11 months ago

Dr-klo commented 1 year ago

Bug Report

I have read:

I am using the latest version of the library.

Expected Behavior

Telegram bot works properly

Actual Behavior

Process finished with exit code -536870873

Steps to reproduce the Behavior

I copied code snippet from main page then made js file, pasted code, apply NTBA_FIX_319 fix and run via node v14.21.1 and process exited unexpectedly

danielperez9430 commented 11 months ago

Node 14 is to old. Use node 18 lts or 16 (end of life now)