out386 / aria-telegram-mirror-bot

A Telegram bot to download files via HTTP(S)/BitTorrent and upload them to Google Drive
MIT License
517 stars 401 forks source link

tsc giving errors #99

Closed bionicBUG closed 4 years ago

bionicBUG commented 4 years ago

node_modules/gaxios/build/src/index.d.ts(14,66): error TS1005: '>' expected. node_modules/gaxios/build/src/index.d.ts(14,103): error TS1109: Expression expected.

out386 commented 4 years ago

Used to be an update bug.

rm -rf node_modules
npm install
tsc

Should fix it.