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
- Host: GitHub
- URL: https://github.com/ianhomer/try-pnpm
- Owner: ianhomer
- License: mit
- Created: 2021-11-20T22:30:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:08:31.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:39:58.344Z (over 1 year ago)
- Topics: javascript, node, pnpm, try
- Language: JavaScript
- Homepage:
- Size: 488 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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