尝试时没有此类目录错误文件";bundle exec jekyll serve“;

尝试时没有此类目录错误文件";bundle exec jekyll serve“;,jekyll,Jekyll,三天前,杰基尔跑得很好。今天它失败了,我怀疑是因为我的Windows机器上的系统更新。问题是,我不知道如何解决这个问题。我在尝试运行“Jekyll serve”时遇到以下错误,即使我已经能够验证文件的位置 我多次尝试在多个根路径位置删除和重新克隆存储库。尽管这在三天前起了作用,但这一点仍然存在。因此,任何关于在哪里寻找根本原因的建议都将受到赞赏 E、 [2015-02-22T13:01:45.263372#8332]错误--:演员崩溃了! Errno::enoint:没有这样的文件或目录-C:/

三天前,杰基尔跑得很好。今天它失败了,我怀疑是因为我的Windows机器上的系统更新。问题是,我不知道如何解决这个问题。我在尝试运行“Jekyll serve”时遇到以下错误,即使我已经能够验证文件的位置

我多次尝试在多个根路径位置删除和重新克隆存储库。尽管这在三天前起了作用,但这一点仍然存在。因此,任何关于在哪里寻找根本原因的建议都将受到赞赏

E、 [2015-02-22T13:01:45.263372#8332]错误--:演员崩溃了! Errno::enoint:没有这样的文件或目录-C:/Users/brestin。。。。在此处插入长路径…/node_modules C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-2.7.11/lib/listen/record.rb:113:in
open'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-2.7.11/lib/listen/record.rb:113:in
entries' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-2.7.11/lib/listen/record.rb:113:in
\u fast\u build'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-2.7.11/lib/listen/record.rb:65:in
block in build' C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-2.7.11/lib/listen/record.rb:64:in
each'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/listen-2.7.11/lib/listen/record.rb:64:in
build' C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:26:in
public\u send'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:26:in
dispatch' C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:63:in
dispatch'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/cell.rb:60:in
块调用' C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/cell.rb:71:in
block in task'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/actor.rb:357:in
任务中的块' C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/tasks.rb:57:in
block in initialize'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/celluloid-0.16.0/lib/celluloid/tasks/task_fiber.rb:15:in
block in create'
jekyll 2.4.0 |错误:没有这样的文件或目录-C:/Users/brestin。。。。在此处插入长路径…/node\u modules

尝试将
exclude:[node\u modules]
添加到配置文件中。

这并没有解决问题,但正在正确的轨道上。“node_modules”已存在于现有的_config.yml文件中,因此该问题似乎没有得到重视。知道是什么原因导致的吗?使用它,我暂时删除了node_modules文件夹,至少我可以再次调试。我仍然想找到这个问题的根源,但这至少解除了我的阻碍。谢谢@parkr.)