xcatliu / pagic

A static site generator powered by Deno + React
https://pagic.org
MIT License
1.65k stars 103 forks source link

can't install because x/types was removed #34

Closed lucacasonato closed 4 years ago

lucacasonato commented 4 years ago

Describe the bug

When installing pagic I get this error:

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

yoshixmk commented 4 years ago

@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.

ref: Failed Github Actions this↓↓ https://github.com/yoshixmk/deno-x-ranking/runs/964035267?check_suite_focus=true

xcatliu commented 4 years ago

Fixed in v0.8.4