Closed 8549 closed 1 year ago
Hi, this seems to be caused by the exports field in package.json file, I will fix this soon.
Thanks, any ETA on the fix release? How can I import the library in the meantime?
@8549 hi this should be fixed now with v4.3.10
Hello, I am using Bun 1.0.13 and youtube-sr 4.3.9, importing with
import { YouTube } from "youtube-sr";
gives the following error:What is the correct way to import the library using Bun? Thanks in advance.