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
error: Uncaught SyntaxError: Identifier '__process$' has already been declared
import __process$ from "/v54/[email protected]/deno/browser.development.js";
~~~~~~~~~~~~~~~~~
at <anonymous> (https://cdn.esm.sh/v54/@project-serum/[email protected]/deno/anchor.development.js:8:1)
Additional info
Looking at source, setting process.env.NODE_ENV at the top of the main file causes a duplicate import with the process dependency pulled in. Is it possible to specify an alias for the conflicting import?
esm.sh version: v54
Deno version: 1.14.3
The text was updated successfully, but these errors were encountered:
Failing module
Error message
After running
deno run
I get this:Additional info
Looking at source, setting
process.env.NODE_ENV
at the top of the main file causes a duplicate import with theprocess
dependency pulled in. Is it possible to specify an alias for the conflicting import?The text was updated successfully, but these errors were encountered: