We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Two issues:
❯ 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.
deno publish
deno
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Two issues:
npx jsr
fails in NixOS,npx jsr
attempts to install deno even when it's available in the shell (also still fails).❯ 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 usedeno
.The text was updated successfully, but these errors were encountered: