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

npx jsr fails in NixOS even when deno is available #110

Open
o-az opened this issue Oct 26, 2024 · 0 comments
Open

npx jsr fails in NixOS even when deno is available #110

o-az opened this issue Oct 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@o-az
Copy link

o-az commented Oct 26, 2024

Two issues:

  1. npx jsr fails in NixOS,
  2. npx jsr attempts to install deno even when it's available in the shell (also still fails).

❯ npx jsr publish

/bin/sh: line 1: /project/node_modules/jsr/.download/v2.0.3/linux/deno: cannot execute: required file not found
❯ deno --version && npx jsr publish

deno 2.0.2 (stable, release, aarch64-unknown-linux-gnu)
v8 12.9.202.13-rusty
typescript 5.6.2
/bin/sh: line 1: /project/node_modules/jsr/.download/v2.0.3/linux/deno: cannot execute: required file not found
Child process exited with: 127

I know I can do deno publish but some of the projects in at my work don't use deno.

@o-az o-az changed the title npx jsr fails in NixOS npx jsr fails in NixOS even when deno is available Oct 26, 2024
@lucacasonato lucacasonato added the bug Something isn't working label Oct 28, 2024
@lucacasonato lucacasonato transferred this issue from jsr-io/jsr Oct 28, 2024
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
Status: Needs Triage
Development

No branches or pull requests

2 participants