Hexo-deployer-git错误

hexo指令无法使用,一直报错,不管是hexo clean 、hexo g、还是hexo d 、hexo new,这些指令都出现了错误,

报错原因:插件错误,hexo-deployer-git插件出现错误

去网上查找原因,没有找到该问题的解决办法。

很明显是该插件的问题,就重新下载该插件,但是却提示:

This package is no longer maintained,该插件不再维护。

把博客文件夹中node_modules删了,然后git bash中输入:

1
npm install -g cnpm --registry=https://registry.npm.taobao.org

然后再输入:

1
cnpm install hexo-deployer-git --save