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
Running Scripts and Executing Binaries
Running Project Scripts
pnpm run command
Script Lifecycle Events
preinstall
postinstall
prestart
poststart
Common Script Shortcuts
pnpm test
pnpm start
pnpm stop
pnpm build
Executing Binaries from Dependencies
pnpm exec command
Passing Arguments to Executables
Temporary Package Execution
pnpm dlx command
Use Cases for pnpm dlx
Previous
4. Managing Dependencies
Go to top
Next
6. Workspaces and Monorepos