Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Npm DependencyNew to Visual Studio Code? Get it now.
Npm Dependency

Npm Dependency

Howard.Zuo

|
168,635 installs
| (6) | Free
Update dependencies/devDependencies for specific package.json
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-npm-dependency

vscode version

Update dependencies/devDependencies to latest version for specified package.json

Install

Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter.

ext install npm-dependency

Configuration

Possible to change default registry, because sometimes you may have your own registry deployment.

{
    "npm.registry": "https://registry.npmjs.org/",
    "npm.updateStrategy": "LATEST" // what strategy you want to use to update your package.json
}

Change Log

2018-02-26

  1. new configuration of npm.updateStrategy, now it is possible to choose what strategy you preferred

LICENSE

GPL v3 License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft