I am trying to import the node-telegram-bot-api in my react app like so:`
import TelegramBot from "node-telegram-bot-api";
But upon doing this I get the following error in my console.
Error Image
This error is created upon importing alone and nothing else.
Is anyone able to help solve this issue?