HirziDevs / PteroStats

PteroStats is a Discord App that designed to check Pterodactyl or Pelican Panel stats and post it to your Discord server.
https://pterostats.znproject.my.id
MIT License
188 stars 112 forks source link

After updating, get axios version error #36

Closed wdhdev closed 5 months ago

wdhdev commented 5 months ago

I have updated the bot using git pull and I am now receiving the following error:

Unsupported "axios" version!.
Please delete your "node_modules" and "package-lock.json".
And restart the bot.
Please make sure to check and remove "npm install" command from your startup params.

I have also tried deleting the entire bot, recloning the repository and I still get the same error.

HirziDevs commented 5 months ago

try manually install axios:

npm install axios@1.6.3

wdhdev commented 5 months ago

Yep, that worked! Thank you.