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
The issue was found to be incompatible with the vendor: true configuration in deno.json. The problem can be resolved after this commit.
The text was updated successfully, but these errors were encountered:
iugo
changed the title
fix: Error: R] [unreachable] Not an ESM module. [plugin deno-loader]
fix: Error: R] [unreachable] Not an ESM module. [plugin deno-loader] with config vendor: true
Jul 24, 2024
The code is throwing an error Error:
R] [unreachable] Not an ESM module. [plugin deno-loader]
when run on a new PC and in CI. More details can be found in the CI info here: https://github.com/iugo/deno-fresh-test/actions/runs/10051684696/job/27781680895This is a strange issue because the same Deno version is working fine on my other machines.
The repository where this issue can be reproduced is: https://github.com/iugo/deno-fresh-test/tree/9ebbbbd4e99164234ae96d50e13d03ca7ea7f32e
The issue was found to be incompatible with the
vendor: true
configuration indeno.json
. The problem can be resolved after this commit.The text was updated successfully, but these errors were encountered: