Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Npm Package InstallerNew to Visual Studio Code? Get it now.
Npm Package Installer

Npm Package Installer

jitendra vaishnav

|
135 installs
| (0) | Free
Install you js package using this package with npm ,yarn pnpm ,bun
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NPM Helper - VS Code Extension

Description

The NPM Helper extension allows you to easily search for and install NPM packages directly within your Visual Studio Code project. It supports multiple package managers, including npm, yarn, pnpm, and bun. With advanced search functionality, you can find and install the exact package you need with just a few clicks.

Features

  • Search for NPM packages directly from within VS Code.
  • Install packages using your preferred package manager (npm, yarn, pnpm, or bun).
  • Automatically detects the package manager used in your project (based on lock files like yarn.lock, pnpm-lock.yaml, or bun.lockb).
  • Pagination support for displaying more than 20 search results.
  • QuickPick interface for selecting the package to install.

Installation

  1. Open VS Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  3. Search for NPM Helper.
  4. Click Install.

Alternatively, you can install the extension manually by downloading the .vsix file and running the following command in your terminal:

code --install-extension path/to/your/extension.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft