pnpm-install-checks
checks that pnpm runs during the installation of a module
Last updated 9 years ago by zkochan .
BSD-2-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install pnpm-install-checks 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.1.0                                ...           latest (9 years ago)

3 Versions

  • 1.1.0                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
  • semver ^2.3.0 || 3.x || 4 || 5
Dev Dependencies (5)

Copyright 2013 - present © cnpmjs.org | Home |