当前位置: 代码迷 >> 综合 >> Local hexo not found in 报错
  详细解决方案

Local hexo not found in 报错

热度:25   发布时间:2023-09-18 13:33:27.0
  1. 首先进入到博客目录下
  2. 执行命令移除 node_modules 文件夹,重新安装npm
rm -rf node_modules/ && npm install

    3.  关闭terminal后重新打开

  相关解决方案