$ hexo clean
ERROR Local hexo not found in G:test
ERROR Try running: 'npm install hexo --save'
请问如何解决
$ hexo clean
ERROR Local hexo not found in G:test
ERROR Try running: 'npm install hexo --save'
请问如何解决
A solution that worked for me to is removing the node_modules/ directory and reinstall it, so run:
rm -rf node_modules/ && npm install
以上,解决了。
已经解决,内部文件里面还有.git,所以出现该错误,删除即可