zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

Fix Deno Compatibility (add docs)

Open hongkongkiwi opened this issue 6 months ago • 0 comments

I saw this thread: https://github.com/zenstackhq/zenstack/issues/1935

Which appears to have been closed by a pull request, but running on latest Deno seems to get the latest problem which supposedly was fixed by the above PR but seems to still be an issue.

deno run db:schema

Task db:schema zenstack generate

An unexpected error occurred:
 TypeError: colors_1.default.bold.blue is not a function

Is it possible to fix this? I think it's a minor issue with blue bold not being supported by Deno.

hongkongkiwi avatar Jun 09 '25 05:06 hongkongkiwi