corepack
corepack copied to clipboard
feat(use): add `--from-npm` CLI flag
This implements the flag discussed in https://github.com/nodejs/corepack/issues/354#issuecomment-1895747551. This of course makes sense only if we add support for arbitrary URLs, but that's for another PR.
Syntax-wise, what do you think of instead supporting corepack use yarn@npm:..., similar to how deps can be aliased?