$ 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
以上,解决了。
5 回答3.3k 阅读
3 回答2.9k 阅读
2 回答1.1k 阅读✓ 已解决
2 回答783 阅读✓ 已解决
1 回答569 阅读✓ 已解决
1 回答754 阅读
1 回答561 阅读
已经解决,内部文件里面还有.git,所以出现该错误,删除即可