Open
Description
Summary
Cliffy v1.0.0-rc.7 is currently not working on deno.land/x due to broken imports, and it is also not available on JSR (jsr.io
) as a stable release.
Problem 1: deno.land/x
Version Is Broken
When trying to import Cliffy from deno.land/x
, I get the following error (see screenshot)
Import Used:
import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.7/table/mod.ts";
// Or
import { Table } from "https://deno.land/x/cliffy/table/mod.ts";

Metadata
Metadata
Assignees
Labels
No labels