This commit is contained in:
Non-Official NPM Mirror Bot 2025-03-28 14:09:18 +00:00 committed by GitHub
commit 14c5557f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ git --version
我们可以使用 npm 来安装 Hexonpm 是 node.js 的包管理工具,跟 Python 的 pip 工具作用一样,可以用它来安装依赖库和三方工具。在第一次使用 npm 的时候,我们可以先将 npm 的下载源更换为国内的淘宝镜像,这样下载的速度会有非常显著的提升。
```Shell
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com
```
接下来我们就通过 npm 来安装 Hexo命令如下所示。