Rishikant181 / Rettiwt-API

A CLI tool and an API for fetching data from Twitter for free!
https://rishikant181.github.io/Rettiwt-API/
MIT License
303 stars 31 forks source link

Rettiwt-API unable to upgrade to 3.0.0 using npm tool #541

Closed Pvvv closed 1 month ago

Pvvv commented 1 month ago

command: npm update rettiwt-api result: Rettiwt-API can only go to rettiwt-api@2.7.1

Rishikant181 commented 1 month ago

can you manually change rettiwt-api version in package.json to 3.0.0, then use npm install and see if it helps.

Pvvv commented 1 month ago

can you manually change rettiwt-api version in package.json to 3.0.0, then use npm install and see if it helps.

This works, thank you