halvardssm / deno-nessie

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
MIT License
527 stars 31 forks source link

[BUG] std versions prefixed with 'v' were deprecated recently #86

Closed mamereu closed 3 years ago

mamereu commented 3 years ago

System (please complete the following information):

Describe the bug Import fails with the following message: Warning std versions prefixed with 'v' were deprecated recently. Please change your import to https://deno.land/std@0.61.0/fmt/colors.ts (at https://deno.land/std@v0.61.0/fmt/colors.ts) error: Import 'https://deno.land/std@v0.61.0/fmt/colors.ts' failed: 404 Not Found at https://deno.land/x/denomander@0.6.3/deps.ts:3:0

To Reproduce Steps to reproduce the behavior: deno cache https://deno.land/x/nessie@v1.1.2/mod.ts

aphagon commented 3 years ago

You can use this link cmd: deno cache https://denopkg.com/aphagon/deno-nessie@v1.1.5/mod.ts deno run --allow-net --allow-read --allow-write https://denopkg.com/aphagon/deno-nessie@v1.1.5/cli.ts init