cli-html icon indicating copy to clipboard operation
cli-html copied to clipboard

Error: 'number-to-alphabet' does not provide an export named 'NumberToAlphabet'

Open BananaAcid opened this issue 7 months ago • 0 comments

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.

BananaAcid avatar Jun 26 '25 01:06 BananaAcid