Socket
Socket
Sign inDemoInstall

@pnpm/beta

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/beta

Fast, disk space efficient package manager


Version published
Weekly downloads
9
increased by125%
Maintainers
2
Weekly downloads
 
Created
Source

@pnpm/beta

This is an experimental pnpm CLI

This version of the pnpm CLI is packaged with Node.js into an executable. So it may be used on a system with no Node.js installed. This makes pnpm not only a Node.js package manager but also a Node.js version manager (see related discussion).

Installation

On macOS, Linux, or Windows Subsystem for Linux:

curl https://get.pnpm.io/beta-install.sh | bash

After installation, restart your shell to get pnpm accessible.

Alternatively, if you do have Node.js installed

On macOS, Linux, or Windows Subsystem for Linux:

curl -f https://get.pnpm.io/v6.js | node - add --global @pnpm/beta

On Windows (using PowerShell):

(Invoke-WebRequest 'https://get.pnpm.io/v6.js' -UseBasicParsing).Content | node - add --global @pnpm/beta

License

MIT

FAQs

Package last updated on 10 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc