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
error: Import 'https://deno.land/x/types/react/v16.13.1/react.d.ts' failed: 404 Not Found
This is because deno.land/x/types was removed from deno.land/x. You can import react.d.ts from https://denopkg.com/Soremwar/deno_types/react/v16.13.1/react.d.ts.
To Reproduce deno install --unstable --allow-read --allow-write --allow-net https://deno.land/x/pagic@v0.8.2/mod.ts
Expected behavior
pagic installs without errors.
Context
Pagic version: v0.8.2
Deno version: 1.2.2
OS version: macOS 1.16 dev beta 2
The text was updated successfully, but these errors were encountered:
@xcatliu Long time no see.
Me too, above problem at deno-x-ranking.
In deno-x-ranking, it seems that the correspondence due to the release of registry2 (Updates to deno.land/x) should be over, but it seems that Pagic keeps failing to run.
Describe the bug
When installing pagic I get this error:
This is because deno.land/x/types was removed from deno.land/x. You can import react.d.ts from
https://denopkg.com/Soremwar/deno_types/react/v16.13.1/react.d.ts
.To Reproduce
deno install --unstable --allow-read --allow-write --allow-net https://deno.land/x/pagic@v0.8.2/mod.ts
Expected behavior
pagic installs without errors.
Context
The text was updated successfully, but these errors were encountered: