pnpm
Verified for current stable LTS
Pnpm Command: Download Specific Package Version
Use for download specific package version with Pnpm. Exact CLI syntax to download specific package version using Pnpm.
When to use this: Use for download specific package version with Pnpm.
Command Syntax
pnpm add <module_name>@<version> pnpm add <module_name>@<version> Command Breakdown
pnpm is the base executable for this command.
FAQ
Purpose: Exact syntax to download specific package version using Pnpm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pnpm Command: Create Package Json File
pnpm init Pnpm Command: Download Package As Dev Dependency pnpm add <module_name> -D Pnpm Command: Download Package Globally pnpm add <module_name> -g Pnpm Command: Download Packages From Package Json pnpm i Pnpm Command: List Top Level Globally Installed Modules pnpm ls -g --depth <0>