pnpm-install
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

pnpm-install

npm version npm downloads

Install

npm i pnpm-install

Usage

import { install } from 'pnpm-install'

install(
  [ 'react@17', 'react-dom@17' ],
  {
    cwd: '...',
    registry: '...',
    cacheDir: '...',
    storeDir: '...',
  }
).then( () => {} )

License

MIT © fengzilong

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    3
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i pnpm-install

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

10.4 kB

Total Files

6

Last publish

Collaborators

  • fengzilong