jsr-io / jsr-npm

A cli tool to make installing packages form jsr.io in node easy
https://npmjs.com/package/jsr
MIT License
100 stars 12 forks source link

`jsr add` command should be able to install packages globally with `-g` or `--global` CLI flag #46

Open arafathusayn opened 7 months ago

arafathusayn commented 7 months ago

What is the issue?

Currently these commands fail:

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