Files
pnpm/packages/package-is-installable
Zoltan Kochan a7c4a27697 feat: pnpm should fail if the project needs another version
pnpm should fail if the project has an engines.pnpm field in its
package.json and the running pnpm's version does not satisfy the
range.

pnpm should also fail it the project has an engines.node field
and process.version does not satisfy it.

close #1382
PR #1914
2019-07-14 02:36:04 +03:00
..
2019-05-19 20:05:11 +03:00
2019-07-12 03:44:36 +03:00

@pnpm/package-is-installable

Checks if a package is installable on the current system

Install

pnpm install @pnpm/package-is-installable

License

MIT