Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

if anyone from cloudflare is reading this thread, please reach out to luca on twitter: https://twitter.com/lcasdev/status/1366938508875726851

This is breaking all the code which relies on deno.land/std and deno.land/x registries too.

In the meantime, you can rely on other module registries or cdns:

1. https://nest.land/

2. https://www.skypack.dev/

3. https://esm.sh/

You can also use raw github links but don't do that in production.



Good illustration of why relying exclusively on code being online (external repositories, code on github, hosted code like this) to make a project compile is a bad idea.


Deno does have a local cache for this exact reason.


The local cache makes short work of that issue :) Deno is quite nice, I recommend checking it out if you’re doing any Node style stuff




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: