pnpm-install-checks

1.1.0 • Public • Published

pnpm-install-checks

checks that pnpm runs during the installation of a module

npm version Build Status

API

.checkEngine(target, currentEngine): Promise<Error>

Check if node/npm version is supported by the package. If not supported, an error object is returned.

Error type: ENOTSUP

.checkPlatform(target): Promise<Error>

Check if OS/Arch is supported by the package.

Error type: EBADPLATFORM

.checkCycle(target, ancestors, cb)

Check for cyclic dependencies.

Error type: ECYCLE

.checkGit(folder, cb)

Check if a folder is a .git folder.

Error type: EISGIT

License

BSD

Readme

Keywords

Package Sidebar

Install

npm i pnpm-install-checks

Weekly Downloads

6

Version

1.1.0

License

BSD-2-Clause

Last publish

Collaborators

  • zkochan