We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems to be a dependency of a dependency:
Download https://esm.sh/v89/isomorphic-ws@4.0.1/deno/isomorphic-ws.js error: Import 'https://esm.sh/v89/isomorphic-ws@4.0.1/deno/isomorphic-ws.js' failed: 500 Internal Server Error at https://esm.sh/v89/@httptoolkit/websocket-stream@6.0.1/deno/websocket-stream.js:2:271
After running deno run I got this:
deno run
/* esm.sh - error */ throw new Error("[esm.sh] " + "parseCJSModuleExports: Can't resolve 'ws' in '/tmp/esm-build-3e27a3a2d1d1e90101eaea2756ad8d13ad0c3d6f-43763780/node_modules/isomorphic-ws'"); export default null;
See https://esm.sh/v89/isomorphic-ws@4.0.1/deno/isomorphic-ws.js
The text was updated successfully, but these errors were encountered:
I also experienced this issue. Is there a walk around?
Sorry, something went wrong.
i will look into it asap!
6267b11
now it works check https://esm.sh/isomorphic-ws
No branches or pull requests
Failing module
It seems to be a dependency of a dependency:
Error message
After running
deno run
I got this:See https://esm.sh/v89/isomorphic-ws@4.0.1/deno/isomorphic-ws.js
Additional info
The text was updated successfully, but these errors were encountered: