提示:如果你使用的是 npm 5.2 或更高版本,我们建议使用 npx 全局运行包。

¥Tip: If you are using npm 5.2 or higher, we recommend using npx to run packages globally.

安装 全局包允许你将包中的代码用作本地计算机上的一组工具。

¥Installing a package globally allows you to use the code in the package as a set of tools on your local computer.

要全局下载和安装包,请在命令行上运行以下命令:

¥To download and install packages globally, on the command line, run the following command:

npm install -g <package_name>

如果你收到 EACCES 权限错误,你可能需要使用版本管理器重新安装 npm 或手动更改 npm 的默认目录。欲了解更多信息,请参阅“解决全局安装包时的 EACCES 权限错误”。

¥If you get an EACCES permissions error, you may need to reinstall npm with a version manager or manually change npm's default directory. For more information, see "Resolving EACCES permissions errors when installing packages globally".

npm 中文网 - 粤ICP备13048890号