opral / inlang-paraglide-js

Tree-shakable i18n library build on the inlang ecosystem.
https://inlang.com/m/gerre34r/library-inlang-paraglideJs
23 stars 0 forks source link

Issue with deno #86

Closed aguilera51284 closed 2 months ago

aguilera51284 commented 2 months ago

i have this command with Deno:

paraglide": "deno run --unstable --allow-read=. --allow-write=. npm:@inlang/paraglide-js compile --project ./project.inlang --outdir ./src/paraglide

and i have this error:

image

Deno: 1.42.4

LorisSigrist commented 2 months ago

This seems to be an issue with the way the Inlang SDK reads files. We'll take a look!

jldec commented 2 months ago

This appears to be a deno-specific node:* polyfill issue.
See https://github.com/denoland/deno/issues/23562

jldec commented 2 months ago

Closing this issue pending a deno compatibility fix
Please re-open (or suggest a workaround) if support for deno becomes essential.

jldec commented 2 months ago

cc: @jan.johannes @samuel.stroschein