-
Notifications
You must be signed in to change notification settings - Fork 129
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 import the latest version 1.0.40 #359
Comments
If I change the import to point to |
Currently i have an issue with other dep error: Import 'https://dev.jspm.io/debug@4' failed: 500 Internal Server Error
at https://raw.githubusercontent.com/Zhomart/dex/930253915093e1e08d48ec0409b4aee800d8bd0c/lib-dyn/deps.ts:16:23 |
I can also reproduce this issue, but I have it with
EDIT: The issue seems to happen with a different dependency each time, so this may just be a JSPM issue... |
So after some digging in I figured I'd give a full breakdown of what the source of the problem is for anyone else who stumbles on this. Denodb imports dex as a dependency to build MySQL queries. The repo, Dex, (which also appears to be abandoned) imports multiple files from JSPM. The problem is that JSPM has recently changed their URL format from dev.jspm.io to jspm.dev, which has broken quite a few of Dex's imports. If anyone would like a fast and easy fix I've forked both denodb and dex to update the import statements using JSPM's new format. Repo is here. Denodb's unit tests are passing with these changes but the tests appear to only cover sqlite and mysql. Edit: I've also updated the dependencies using the PR here |
Check the following answer, as @IAmSpudLabs said, dev.jsmp.dev changed the their URL format and some time ago and some old / out-of-date dependencies does not work anymore. |
Dependencies seem to be broken in the latest version. To reproduce:
The text was updated successfully, but these errors were encountered: