解決gitalk報錯問題

This commit is contained in:
Jerry
2019-12-27 21:44:24 +08:00
Unverified
parent 995fc7cf9d
commit 43b109bdb6
3 changed files with 26 additions and 3 deletions
+12 -1
View File
@@ -9,9 +9,20 @@ Demo: https://demo.jerryc.me/
JerryC: https://jerryc.me/
一款基於[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主題
> 如果升級到hexo 4.2.0 ,會出現報錯
>
> ```
> Error: Cannot find module 'cheerio'
> ```
>
> 請在博客根目錄安裝cheerio
>
> ```
> npm install cheerio --save
> ```
## 安裝
在你的博客根目錄裏