deno-library / progress

ProgressBar in terminal for deno
MIT License
60 stars 9 forks source link

Broken with Deno 1.42.1 and std 0.221.0 #29

Closed jmoalves closed 5 months ago

jmoalves commented 5 months ago

error: Relative import path "@std/fmt/colors" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/progress@v1.4.7/mod.ts" at https://deno.land/x/progress@v1.4.7/mod.ts:1:49

jmoalves commented 5 months ago

Version 1.4.5 works fine

fuxingZhang commented 5 months ago

Landed on v1.4.9

The commit

https://github.com/deno-library/progress/commit/1373e7a1af3c576dfcf7d2d791388e08472a96e8

jmoalves commented 5 months ago

1.4.9 fixed it. Thanks!