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

Installing pr-cli results in error: Relative import path "@std/log" not prefixed with / or ./ or ../ #261

Closed
annervisser opened this issue Oct 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@annervisser
Copy link
Owner

Error:

error: Relative import path "@std/log" not prefixed with / or ./ or ../
    at https://deno.land/x/[email protected]/main.ts:6:22

Workaround, install previous version:

deno install --reload --force --global --name pr-cli --allow-run --allow-read --allow-env https://deno.land/x/[email protected]/main.ts
@annervisser annervisser self-assigned this Oct 14, 2024
@annervisser annervisser added the bug Something isn't working label Oct 14, 2024
@annervisser
Copy link
Owner Author

This is cause by a Deno issue: denoland/deno#26212

@annervisser
Copy link
Owner Author

Fixed by publishing to JSR instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant