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

support "system" package manager #335

Open
boneskull opened this issue Aug 25, 2023 · 0 comments
Open

support "system" package manager #335

boneskull opened this issue Aug 25, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@boneskull
Copy link
Owner

The default package manager is npm@latest, but that should probably be npm@system. That is whatever npm is in your PATH.

Since system is not a dist-tag used by any package managers (I don't love relying on that, but whatever), we'll need to special-case it. In the case of yarn@system, this is whatever yarn you have installed.

If a "system" package manager is not found, throw.

@boneskull boneskull added the enhancement New feature or request label Aug 25, 2023
@boneskull boneskull added this to the v9 milestone Dec 31, 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