You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pnpm run schema
> @libreservice/[email protected] schema /mnt/4T/coll-last/open-source/my_rime
> node --loader ts-node/esm scripts/install_schemas.ts(node:206029) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));'(Use `node --trace-warnings ...` to show where the warning was created)node:internal/process/esm_loader:34 internalBinding('errors').triggerUncaughtException( ^[Object: null prototype] { [Symbol(nodejs.util.inspect.custom)]: [Function: [nodejs.util.inspect.custom]]}Node.js v21.2.0 ELIFECYCLE Command failed with exit code 1.
OK then. I have no time to test it locally recently, but the PR has passed. This can be closed, and if there's something wrong again I will submit the follow-up of the issue.
Error:
I did some quick searching and found:
reportTSError
are not serialised correctly when using ESM loader TypeStrong/ts-node#2026A fix for me is:
I'm not sure if this can be considered as a proper fix, so just filed an issue instead of a PR :).
The text was updated successfully, but these errors were encountered: