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

failed to init fresh project by JSR #2527

Closed
SteveSuv opened this issue Jun 21, 2024 · 1 comment
Closed

failed to init fresh project by JSR #2527

SteveSuv opened this issue Jun 21, 2024 · 1 comment

Comments

@SteveSuv
Copy link

when I init fresh project follow by https://github.com/denoland/fresh/tree/main/init

deno run -Ar jsr:@fresh/init

throw error

error: Could not find version of '@fresh/init' that matches specified version constraint '*'
@marvinhagemeister
Copy link
Collaborator

There is no public stable release of @fresh/init yet as Fresh 2 isn't released yet. Until we'll make the first public release for the latest tag JSR requires an explicit version:

- deno run -Ar jsr:@fresh/init
+ deno run -Ar jsr:@fresh/init@2.0.0-alpha.16

Once Fresh 2 is out, this will not be necessary anymore.

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