search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bun Install Commands
8 bun-install entries
Limited to 100 results
bun-install HTTP
Bun Install Command: Force Re Download Packages
bun i -f bun-install Operations
Bun Install Command: Install All Dependencies
bun i bun-install Operations
Bun Install Command: Install From Frozen Lockfile
bun i --frozen-lockfile bun-install Operations
Bun Install Command: Install Global Package
bun i -g <package_name> bun-install Operations
Bun Install Command: Install Package Globally
bun i -g <package_name> bun-install Operations
Bun Install Command: Install Production Dependencies
bun i -p bun-install Operations
Bun Install Command: Install Production Dependencies Only
bun i -p bun-install Operations
Bun Install Command: Install Single Package
bun i <package_name>@<version>