npm
javascript 包管理器
选择命令行版本:
See Details
目录
概要
¥Synopsis
npm
注意:此命令对工作区无感知。
¥Note: This command is unaware of workspaces.
版本
¥Version
9.9.4
描述
¥Description
npm 是 Node JavaScript 平台的包管理器。它将模块放置到位,以便 node 可以找到它们,并智能地管理依赖冲突。
¥npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently.
它具有极强的可配置性,可以支持各种用例。最常见的是,你使用它来发布、发现、安装和开发 node 程序。