Useful Links
Computer Science
Other Tools and Technologies
pnpm Package Manager
1. Introduction to pnpm
2. Core Concepts and Architecture
3. Getting Started
4. Managing Dependencies
5. Running Scripts and Executing Binaries
6. Workspaces and Monorepos
7. Configuration
8. Advanced Features and Commands
9. Lockfiles and Dependency Management
10. Performance and Optimization
11. Troubleshooting and Debugging
12. Comparison and Migration
13. Integration with Development Tools
14. Framework and Tool Integration
15. Security and Auditing
16. Publishing and Distribution
Getting Started
Installation
System Requirements
Using Standalone Scripts
Downloading and Running the Script
Using npm or Corepack
Installing via npm
Enabling Corepack
Using Homebrew
Installation on macOS
Verifying Installation
Basic Project Initialization
Creating a New Project
Using pnpm init
Generating package.json
Basic Commands
Installing Dependencies
pnpm install
pnpm i
Adding Packages
pnpm add
Removing Packages
pnpm remove
Installing from a Lockfile
pnpm install --frozen-lockfile
Checking pnpm Version
pnpm -v
Previous
2. Core Concepts and Architecture
Go to top
Next
4. Managing Dependencies