Ditch NPM and Yarn for PNPM
Ted Martin Ted Martin
174 subscribers
58 views
0

 Published On Dec 14, 2022

PNPM is a fast, disk space efficient package manager.

Install Node.js and NPM and then use the following commands as shown in the video:
1. curl -fsSL https://get.pnpm.io/install.sh | sh -
2. source ~/.zshrc
- If you are using Bash on a Mac it will be 'source ~/.bash_profile'
- If you are using Bash on WSL it will be 'source ~/.bashrc'

Now in the directories you need to run 'npm install' you can run 'pnpm install'

Learn more at 'https://pnpm.io'

show more

Share/Embed