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

Readme

Keywords

none

Package Sidebar

Install

npm i pnpm-install

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

10.4 kB

Total Files

6

Last publish

Collaborators

  • fengzilong