out386 / aria-telegram-mirror-bot

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

Issues while installing npm #97

Closed basimaslamts closed 4 years ago

basimaslamts commented 4 years ago

npm WARN @typescript-eslint/eslint-plugin@1.13.0 requires a peer of eslint@^5.0.0 but none was installed. npm WARN @typescript-eslint/parser@1.13.0 requires a peer of eslint@^5.0.0 but none was installed. npm WARN mirror-bot@2.0.0 No repository field.

A-LoneWolf commented 4 years ago

npm install eslint@^5.0.0

npm install @typescript-eslint/eslint-plugin@1.13.0

npm install @typescript-eslint/parser@1.13.0

basimaslamts commented 4 years ago

Thanks. I got this:

npm install @typescript-eslint/parser@1.13.0

npm WARN mirror-bot@2.0.0 No repository field.

even with this it did work:)