corepack icon indicating copy to clipboard operation
corepack copied to clipboard

feat(use): add `--from-npm` CLI flag

Open aduh95 opened this issue 1 year ago • 1 comments

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.

aduh95 avatar Jan 22 '24 18:01 aduh95

Syntax-wise, what do you think of instead supporting corepack use yarn@npm:..., similar to how deps can be aliased?

arcanis avatar Feb 21 '24 16:02 arcanis