mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 03:26:13 -04:00
PR #1606 * feat: wip * refactor(filter-shrinkwrap): divide into several files * fix(filter-shrinkwrap): filterByImporters should skip skipped deps * fix: make package-is-installable synchronous * feat: implement filterByImportersAndEngine() * fix: headless install skips optional deps that are not installable close #1600 * fix: don't await for packageIsInstallable * fix: absolute dep path should be saved in skipped list * test(filter-shrinkwrap): more tests for filterByImportersAndEngine() * test: skipping optional dep when installing in subset of wpackages
14 lines
171 B
Markdown
14 lines
171 B
Markdown
# @pnpm/package-is-installable
|
|
|
|
> Checks if a package is installable on the current system
|
|
|
|
## Install
|
|
|
|
```
|
|
pnpm install @pnpm/package-is-installable
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|