cli-html
cli-html copied to clipboard
Error: 'number-to-alphabet' does not provide an export named 'NumberToAlphabet'
Using Deno 2.3.7 and cli-html-4.3.1 (works on NodeJS)
$ deno .\index.ts
error: Uncaught SyntaxError: The requested module 'number-to-alphabet' does not provide an export named 'NumberToAlphabet'
at <anonymous> (file:/// [...] /node_modules/cli-html/lib/utils/list.js:1:10)
➡️ https://github.com/grigorii-horos/cli-html/blob/v4.4.0/lib/utils/list.js#L1
... because NumberToAlphabet.d.ts is imported in a .js.