ytdl-js / react-native-ytdl

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

File not found error on node_modules #47

Closed ajoykarmakar closed 4 years ago

ajoykarmakar commented 4 years ago

I think the screenshot is enough to describe the issue. Version - "react-native-ytdl": "^4.0.1",

Screenshot_1604228144

AbelTesfaye commented 4 years ago

The library works fine. Go to your react-native project root folder and run:

npm uninstall react-native-ytdl then npm i react-native-ytdl@latest reset transform cache if necessary, then it should work

ajoykarmakar commented 4 years ago

Yes works but I need to reset also the metro cache. npm start --reset-cache Thanks.