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
Hey, I am trying to bundle a project using esbuild and esbuild-deno-loader. I encountered the error Could not resolve "node:url" due to the tough-cookie library, which is used as a dependency by one of the libraries I am using.
Q: Is there any way to work around it?
✘ [ERROR] Could not resolve "node:url"
node_modules/.deno/[email protected]/node_modules/tough-cookie/dist/cookie/canonicalDomain.js:5:27:
5 │ const node_url_1 = require("node:url");
The text was updated successfully, but these errors were encountered:
andrewshvv
changed the title
Could not resolve "node:url"
help: Could not resolve "node:url"
Dec 20, 2024
Hey, I am trying to bundle a project using esbuild and esbuild-deno-loader. I encountered the error
Could not resolve "node:url"
due to thetough-cookie
library, which is used as a dependency by one of the libraries I am using.Q: Is there any way to work around it?
The text was updated successfully, but these errors were encountered: