问题
使用hexo
搭建博客时,需安装hexo-renderer-sass
:
$ npm install hexo-renderer-sass
解决
改用淘宝镜像:
$ npm install -g cnpm --registry=https://registry.npm.taobao.org $ npm config set registry https://registry.npm.taobao.org
再次安装:
$ cnpm install hexo-renderer-sass --save