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

Easier JSR installation #771

Open
maheshbansod opened this issue Nov 16, 2024 · 1 comment
Open

Easier JSR installation #771

maheshbansod opened this issue Nov 16, 2024 · 1 comment

Comments

@maheshbansod
Copy link

Hi, ideally there should be

deno add @cliffy/command

or

deno add @cliffy

Neither of these work.

I see that currently one needs to use this (please correct me if there's a shorter version i'm missing):

deno add jsr:@cliffy/[email protected]

Also, [docs improvement request] I'm not sure where a simple command for installation of cliffy is in the docs/website, I would suggest having one in the readme.

@thgaskell
Copy link

Which version of Deno were you running? In v2.0.5 the error has been updated to be more helpful.

<=2.0.4

deno add jsr:@cliffy/command
error: jsr:@cliffy/command was not found.

>2.0.5

deno add jsr:@cliffy/command
error: jsr:@cliffy/command has only pre-release versions available. Try specifying a version: `deno add jsr:@cliffy/command@^1.0.0-rc.7`

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

No branches or pull requests

2 participants