-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Can't use sql.js #1108
Comments
ws a node module not available in the browser. |
Ok thank you. It seems that this is something like issue #1100 that I posted recently where a library (sass.js) reloads dynamically dependencies without requiring / importing it. |
You can null out that dependency on install via |
In the first step the error is gone. But after that I get a
I believe this whole thing can only be fixed in sql.js directly like described here https://github.com/kripken/sql.js/issues/112 |
Sure, please post an issue at the jspm registry if you need further help with these overrides. |
I want to use sql.js and did a
jspm install npm:sql.js
. Installation ran without errors. At runtime my browser error console tells meUnfortunately I don't know what this
ws.js
is for.The text was updated successfully, but these errors were encountered: