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
Which actually fails on importing a dependency url-regex-safe which is dependent on re2 I believe it's the re2 part that is causing it to fail AFAICT. So the final chain would be metascraper > @metascraper/helpers > url-regex-safe > re2
Failing module
Which actually fails on importing a dependency
url-regex-safe
which is dependent onre2
I believe it's there2
part that is causing it to fail AFAICT. So the final chain would bemetascraper
>@metascraper/helpers
>url-regex-safe
>re2
Error message
After running
deno run
I got this:Additional info
uhop/node-re2#92 (comment) appears to be related since
esm.sh
uses ESBuild under the hood.The text was updated successfully, but these errors were encountered: