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

Provide info as to why different providers are not available #196

Open
blast-hardcheese opened this issue Dec 19, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@blast-hardcheese
Copy link
Collaborator

blast-hardcheese commented Dec 19, 2023

An extension to #2.

Currently, we have

dstewart$ upm list-languages
python3-poetry
python3-pip  (unavailable)
bun
nodejs-npm
nodejs-pnpm
nodejs-yarn  (unavailable)
ruby-bundler
elisp-cask  (unavailable)
dart-pub  (unavailable)
java-maven  (unavailable)
rlang  (unavailable)
dotnet  (unavailable)
rust  (unavailable)
php-composer  (unavailable)

what would be preferable would be

python3-poetry
python3-pip  (unavailable, see: https://pip.pypa.io/en/stable/installation/)
bun
nodejs-npm
nodejs-pnpm
nodejs-yarn  (unavailable, see: https://yarnpkg.com/getting-started/install)
ruby-bundler
elisp-cask  (unavailable, see: https://cask.readthedocs.io/en/latest/guide/installation.html)

or even better,

dstewart$ upm list-languages
python3-poetry
bun
nodejs-npm
nodejs-pnpm
ruby-bundler

Unavailable
---
python3-pip  (see: https://pip.pypa.io/en/stable/installation/)
nodejs-yarn  (see: https://yarnpkg.com/getting-started/install)
elisp-cask   (emacs: ✓, cask: ✗, see: https://cask.readthedocs.io/en/latest/guide/installation.html)

...
@blast-hardcheese blast-hardcheese added the enhancement New feature or request label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant