Skip to content
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

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

Closed
lucacasonato opened this issue Aug 8, 2020 · 2 comments
Closed

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

lucacasonato opened this issue Aug 8, 2020 · 2 comments
Assignees
Labels

Comments

@lucacasonato
Copy link

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

  • Pagic version: v0.8.2
  • Deno version: 1.2.2
  • OS version: macOS 1.16 dev beta 2
@yoshixmk
Copy link

yoshixmk commented Aug 9, 2020

@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
Copy link
Owner

xcatliu commented Aug 10, 2020

Fixed in v0.8.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants