我正在使用Bourbon,Neat,Bitters。在尝试编译之前,一切似乎都很好。我尝试了“gulp”命令和Sass命令。我安装了Ruby,Sass,Nodejs,git。一切都是最近的。我收到了这个错误:
` "Errno::ENOENT: No such file or directory @ rb_sysopen - input"; } Errno::ENOENT: No such file or directory @ rb_sysopen - input
Backtrace: C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin/compiler.rb:454:in read'
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin/compiler.rb:454:inupdate_stylesheet' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin/compiler.rb:215:in block in update_stylesheets'
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin/compiler.rb:209:ineach' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin/compiler.rb:209:in update_stylesheets'
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin/compiler.rb:294:inwatch' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/plugin.rb:109:in method_missing'
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/exec/sass_scss.rb:360:inwatch_or_update' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/exec/sass_scss.rb:51:in process_result'
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/exec/base.rb:52:inparse' C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/lib/sass/exec/base.rb:19:in parse!'
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.5/bin/sass:13:in' C:/Ruby24-x64/bin/sass:23:in load'
C:/Ruby24-x64/bin/sass:23:in' */ body:before { white-space: pre; font-family: monospace; `
我认为它与路径和编译器有关。我已经阅读并尝试过视频来尝试解决它,但没有运气。我是这种复杂程度的新手。因为我正在尝试做一个项目,所以将不胜感激。