UNPKG

404 BPlain TextView Raw
1npm 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.
2
3It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs.
4
5Run {bold}`npm help`{/bold} to get usage information and a list of available commands.