mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
857 B
857 B
Roadmap
pnpm will stay in <1.0.0 until it's achieved feature parity with npm install.
pnpm install- npm packages
- install from packages (
npm i) - @scoped packages (
npm i @rstacruz/tap-spec) - tarball local packages (
npm i ~/mypackage.tar.gz) - tarball release packages (
npm i http://foo.com/tar.tgz) - compiled packages (
npm i node-sass) - bundled dependencies (
npm i fsevents@1.0.6) - git-hosted packages (
npm i rstacruz/scourjs) - optional dependencies (
npm i escodegen@1.8.0wantssource-map@~0.2.0) - file packages (
npm i file:../path) - windows support
- bin executables
--globalinstalls--save(et al)
pnpm uninstallpnpm lspnpm linkpnpm unlinkpnpm prunepnpm update