> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/nodejs/npm.md).

# npm包管理

[npm](https://www.npmjs.com/)是node package manager的意思，也就是为[Node.js](https://en.wikipedia.org/wiki/Node.js)提供包管理的工具。从Node.js v0.6.3开始，已经作为node.js的默认安装，提供了从npm软件仓库自动安装Node.js应用程序的方法。

npm是完全由JavaScript编写的程序，类似PHP的PEAR和Perl的CPAN。

## 参考

* [npmjs.com官方文档](https://docs.npmjs.com/)
