-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
ESM Import Error #30
Comments
@rlee1990 Can you provide a simple repo to present this error? |
@heineiuo there is no repo because it won't compile. You can just type ram.sh/ the package name in the web browser and you will see the error |
It looks like esm.sh does not respect |
Any way to get around this or to get it all working? |
Any update @heineiuo |
apparently due to the fact that the library does not have an exported file for esm and an error occurs |
To address this problem:
"use strict";
export * from 'ws';
with:
then add the new node.mjs file in the "files" section. |
I keep getting the below error when trying to use this package with Deno via ESM.SH.
The text was updated successfully, but these errors were encountered: