ytdl-js / react-native-ytdl

A YouTube downloader for React Native
121 stars 46 forks source link

react-native-ytdl is out of date! #85

Open ikbal99 opened 3 years ago

ikbal99 commented 3 years ago

react-native-ytdl is out of date! If the latest port is available, update with "npm install react-native-ytdl@latest".

i have upated more than 6 times same issue

react-native-ytdl commented 3 years ago

Should be fixed now

eulerkochy commented 3 years ago

Hi, I am still getting this error in my react-native application(Android), on running the 4.8.3 build. I have installed using npm i react-native-ytdl@latest. This package was working fine a week back, how can I revert to the older build?

EDIT: if anyone is still facing WARNING: react-native-ytdl is out of date! If the latest port is available, update with "npm install react-native-ytdl@latest", you need to reset your cache. npm start -- --reset-cache worked for me.