Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>n-installNew to Visual Studio Code? Get it now.
n-install

n-install

markthree

|
200 installs
| (0) | Free
Automatically install dependencies, regardless of which package manager is used.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

n-install

自动安装依赖,并执行一些命令


config

package.json 中设置

{
  "n-install": {
    "before": [],
    "after": ["dev"]
  }
}

则在安装依赖前执行 before 中的命令,安装后执行 after 中的命令

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