Hexo init在Windows上失败

时间:2018-03-25 22:04:55

标签: html web init hexo

我正在尝试在Windows 10 PC上初始化Hexo网站。我安装了节点9.9.0以及git 2.16.2.windows.1

我已经运行npm install hexo-cli -g并且安装得很好。然后,我将介绍列出的步骤,以创建和初始化网站(hexo init test-site)并获得以下错误。

Error

我尝试全新安装node和git,运行npm install a-sync-waterfall -g,并将文件添加到名为node_modules的{​​{1}};但.a-sync-waterfall.DELETE仍然失败。手动运行hexo init也会给我同样的错误。

有什么想法吗?感谢。

1 个答案:

答案 0 :(得分:0)

Windows和NPM并不是最稳定的。我发现纱线更稳定了。

尝试以下两种方法之一:

  1. 使用Yarn
  2. 删除node_modules文件夹,清除NPM全局缓存,尝试hexo init
    • del node_modules
    • npm cache clear --force
    • hexo init test-site