ERROR Local hexo not found in D:\hexo。解决方法!

hexo g -d上传文件时显示以下错误:

  • ERROR Local hexo not found in D:\hexo

  • ERROR Try running:’npm install hexo –save’

tu

导致这个原因为在自己的博客文件夹中,.gitignore文件中添加了node_modules/,导致更新的时候,这个文件夹被忽略,没有被更新上去。

所以我们的解决方案:

1.cmd进入博客当前文件夹路径

2.执行 npm install

3.执行 hexo server

4.执行成功后,再到博客下的git中执行 hexo d /hexo g 发现可以执行成功。

这就ok了:

tu2


 上一篇
IDEA中xml文件头报错:URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) IDEA中xml文件头报错:URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)
首先不要慌: IDEA中xml文件头报错:URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) 中文翻译就是统一资源标识符没有
2019-11-15
下一篇 
tomcat运行发生:Artifact Project3:war exploded  Error during artifact deployment. See server log for details.解决方法 tomcat运行发生:Artifact Project3:war exploded Error during artifact deployment. See server log for details.解决方法
Artifact Project3:war exploded Error during artifact deployment. See server log for details.解决方法 首先: 加上自己那个项目 其次:
2019-11-13
  目录