-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
problem with deno sample on https://repl.it/@balupton/caterpillar-deno#index.ts #130
Comments
Thanks for the heads up. Will get around to fix this up properly in the coming days. |
so tracked it down,
seems |
so it is failing for this reason:
which is probably due to this: which I believe we have fixed this false detection in make-deno-edition a few times already, however perhaps another change is necessary if someone can look into this, that would be great, as too short on time right now |
also figured out another contributing factor, the deno editions won't be getting generated on CI as deno doesn't exist there, so the unpkg and surge URLs for them do not exist, despire the readme file being generated on my local machine where Deno and consequently those compile targets do exist Solution for this is installing Deno on the CI |
running the sample from https://repl.it/@balupton/caterpillar-deno#index.ts with deno (version 1.4.2) I receive the error
a solution was to import the library not with unpkg.com but with jspm.dev
or skypack.dev
In this way the sample works perfectly
The text was updated successfully, but these errors were encountered: