hexo g 無(wú)法生成 index
構(gòu)建情況如下圖:
但是一些文件沒(méi)有生成,如 index.html 文件。
查看 npm 安裝各 hexo 插件的情況
npm ls --depth 0
hexo 的一些插件未安裝插件
npm ERR! missing npm ERR! missing hexo-generator-archive...

解決
逐一安裝缺失的包
npm install hexo-generator-archive --save
...
安裝完后重新構(gòu)建即可解決。
我的博客:https://blog.huihut.com/
轉(zhuǎn)載請(qǐng)注明出處:http://blog.huihut.com/2017/05/13/HexoNPMERR/