Closed shevernitskiy closed 2 years ago
Got error on import with following log.
Download https://deno.land/x/youtube_sr/mod.ts Warning Implicitly using latest version (v4.3.4) for https://deno.land/x/youtube_sr/mod.ts Download https://deno.land/x/youtube_sr@v4.3.4/mod.ts Download https://deno.land/x/youtube_sr@v4.3.4/Structures/exports Download https://deno.land/x/youtube_sr@v4.3.4/Util.ts Download https://deno.land/x/youtube_sr@v4.3.4/formatter.tsDownload https://deno.land/x/youtube_sr@v4.3.4/Structures/exports.ts Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Channel.ts Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Playlist.ts Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Thumbnail.ts Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Video.ts error: Module not found "https://deno.land/x/youtube_sr@v4.3.4/Structures/exports". at https://deno.land/x/youtube_sr@v4.3.4/mod.ts:37:8
It should work now: https://deno.land/x/youtube_sr/mod.ts
https://deno.land/x/youtube_sr/mod.ts
You can try $ deno run --reload <yourFile>
$ deno run --reload <yourFile>
Got error on import with following log.