1.1.0 • Published 7 years ago

pnpm-install-checks v1.1.0

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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