NPM Mirror Bot 2022-02-12 03:56:20 +00:00
parent a259a6abd3
commit ca8e5a4baf
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命令如下所示。