关于装了hexo renderer后的问题以及装前的问题!(关键词-渲染器)

本文为Butterfly主题
我在装hexo是在本地浏览的时候一开始提示

extends includes/layout.pug block content include ./includes/mixins/post -ui.pug #recent- posts.recent- posts + postUI includelincludes/pagination.pug```
一开始没有任何报错,只是打开locallhost:4000
在我按照提示运行以下npm代码装渲染器时

npm install hexo-renderer-pug hexo-renderer-stylus --save```
再次运行

hexo cl && hexo g && hexo s

后突然出现了一片黄,却是没有错的代码

img

img


事先声明,这些代码原来都是没有错的,作者只拿出来了图片的一小部分
这些都是在安装了渲染器后的东西
急需解决方法

编译的时候报错了呗