You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These imports used to work when I was using Deno 1.0.0-rc3, but ever since I upgraded to the last Deno release (1.0.1), these imports break to a 404 error:
error: Import 'https://cdn.pika.dev/-/html5parser@v1.1.2-0fAkC9viFOtRB3VnrC0m/dist=es2019,mode=types/types.d.ts' failed: 404 Not Found
As mentioned in this issue I commented on on the pika/cdn repo, I first thought the issues came from Pika, but I just tried to downgrade to Deno 1.0.0-rc3, and the imports work great again.
The text was updated successfully, but these errors were encountered:
Hi there,
I've been working on some tooling that requires the use of a module I import from cdn.pika.dev. as follows:
These imports used to work when I was using Deno 1.0.0-rc3, but ever since I upgraded to the last Deno release (1.0.1), these imports break to a 404 error:
As mentioned in this issue I commented on on the pika/cdn repo, I first thought the issues came from Pika, but I just tried to downgrade to Deno 1.0.0-rc3, and the imports work great again.
The text was updated successfully, but these errors were encountered: