Open arafathusayn opened 9 months ago
Currently these commands fail:
npx jsr add -g <pkg>
bunx jsr add -g <pkg>
jsr add -g <pkg>
Some CLI "bin" packages need to be used installed globally. jsr CLI program itself should be installed globally via -g or --global flag.
jsr
-g
--global
Similar issue for deno add -g posted here: https://github.com/jsr-io/jsr/issues/213
deno add -g
What is the issue?
Currently these commands fail:
npx jsr add -g <pkg>
bunx jsr add -g <pkg>
jsr add -g <pkg>
Why do we need it?
Some CLI "bin" packages need to be used installed globally.
jsr
CLI program itself should be installed globally via-g
or--global
flag.Similar issue for
deno add -g
posted here: https://github.com/jsr-io/jsr/issues/213