环境准备.md 630 B

1.windows

git https://git-scm.com/
NodeJs http://nodejs.cn/download/
准备一个hexo目录

nmp环境变更

永久替换npm为taobao的方法: npm config set registry https://registry.npm.taobao.org
永久替换npm为官方源的方法: npm config set registry https://registry.npmjs.org/
查看设置是的npm源否生效: npm config get registry
查看是否taobao源 npm info hexo