Hexo错误 ERROR Deployer not found
把本地的hexo升级了新的版本。
现在版本 3.3.9
错误ERROR Deployer not found: git
执行hexo deploy
发布时,出现错误
1 | ERROR Deployer not found: git |
解决
此时需要
1
npm install hexo-deployer-git –save
此时如果npm ERR! addLocal Could not instal
使用cnpm
1
npm install -g cnpm
无hexo server
hexo下无hexo server
hexo s
命令
此时需要
1
npm install hexo-server
hexo generate 无文章生成
1 | $ hexo generate |
未找到原因,只能重新安装hexo
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 螃蟹壳!