0%

Fix hexo 生成过程有warning,无法deploy的问题

image-20200804033913418

遇到类似问题时

一般是因为node的版本太新导致。回退一下node的版本即可。


使用brew方式回退版本

1
2
3
brew unlink node
brew install node@12
brew link --overwrite --force node@12
完成

然后重新

1
2
hexo clean
hexo g -d