Open AsPulse opened 1 year ago
Error was changed by above update:
Uncaught TypeError: Import 'https://esm.sh/v106/@swc/core-android-arm-eabi@1.3.11/deno/core-android-arm-eabi.js' failed: 500 Internal Server Error
Go https://esm.sh/v106/@swc/core-android-arm-eabi@1.3.11/deno/core-android-arm-eabi.js
and I get:
/* esm.sh - error */
throw new Error("[esm.sh] " + "esbuild: No loader is configured for \".node\" files: esm-build-8fabc018d416145e9caa9ba7ef60fea162ab40b7-ac73ed70/node_modules/@swc/core-android-arm-eabi/swc.android-arm-eabi.node");
export default null;
You should probably use the wasm version, since the server can handle the .node
dependency for now
Failing module
Error message
After running
deno run
I got this:Go directly to this URL and I got this:
Additional info
note
I found this problem while trying to import
@remotion/cli
which depends on@swc/core
. But I reported like this because it is reproduced with@swc/core
alone.