You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
WARNING: react-native-ytdl is out of date! If the latest port is available, update with "npm install react-native-ytdl@latest".
throws warning even though is install react-native-ytdl@latest
The text was updated successfully, but these errors were encountered:
I have deleted node_modules and tried npm i react-native-ytdl@latest but still throwing warning. Is there any way to silence the warning from the module ?
I think the problem comes from utiles.js file where tag_name is not matching with the current version
if (JSON.parse(response).tag_name !==v${pkg.version}) { console.warn("\u001b[33mWARNING:\u001b[0m react-native-ytdl is out of date! If the latest port is available, update with \"npm install react-native-ytdl@latest\"."); }
when i run npm install react-native-ytdl@latest it installs v4.2.1
but in JSON.parse(response).tag_name it is v4.4.0
that is why it always throws this warning
the above is the FENT's repository, while the react-native version has no version control api. I guess im just gonna remove it for the moment, until a version control api will be uploaded for this repository as well.
fent rep = 4.8.2
this rep = 4.8.0 (mismatch)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
WARNING: react-native-ytdl is out of date! If the latest port is available, update with "npm install react-native-ytdl@latest".
throws warning even though is install react-native-ytdl@latest
The text was updated successfully, but these errors were encountered: