Created
September 14, 2024 03:34
-
-
Save washopilot/290c0a29a792d82a088cf9deb12a07c1 to your computer and use it in GitHub Desktop.
pnpm installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -fsSL https://get.pnpm.io/install.sh | sh - | |
pnpm env use --global lts | |
pnpm completion zsh > ~/completion-for-pnpm.zsh | |
echo 'source ~/completion-for-pnpm.zsh' >> ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment