An open API service indexing awesome lists of open source software.

https://github.com/ianhomer/try-pnpm

Explore pnpm - a node package manager
https://github.com/ianhomer/try-pnpm

javascript node pnpm try

Last synced: 8 months ago
JSON representation

Explore pnpm - a node package manager

Awesome Lists containing this project

README

          

# try-pnpm

Try pnpm

## tl;dr

pnpm install
pnpm start

## Installing pnpm

If you don't have pnpm installed locally then following [installation
guide](https://pnpm.io/installation). You may need to clean out previous
installs

brew uninstall yarn
npm uninstall -g yarn pnpm

And then install with corepack

npm install -g corepack
corepack enable
corepack prepare pnpm@6.22.2 --activate