宝石 – Sass – 在Yosemite更新后观察破碎

在我的Macbook Pro上更新到Yosemite后,sass –watch不再起作用.我得到以下内容
>>> Sass is watching for changes. Press Ctrl-C to stop.
Ignoring bigdecimal-1.2.5 because its extensions are not built.  Try: gem pristine bigdecimal-1.2.5
Ignoring ffi-1.9.5 because its extensions are not built.  Try: gem pristine ffi-1.9.5
Ignoring ffi-1.9.3 because its extensions are not built.  Try: gem pristine ffi-1.9.3
Ignoring json-1.8.1 because its extensions are not built.  Try: gem pristine json-1.8.1
Ignoring libxml-ruby-2.7.0 because its extensions are not built.  Try: gem pristine libxml-ruby-2.7.0
Ignoring nokogiri-1.6.3.1 because its extensions are not built.  Try: gem pristine nokogiri-1.6.3.1
Ignoring psych-2.0.6 because its extensions are not built.  Try: gem pristine psych-2.0.6

“宝石原始”没有做任何事情.我尝试过Sass 3.4.5和3.4.6.不确定如何解决.

解决方法

我遇到了同样的问题,这个下一个命令帮助了我,尝试输入’gem pristine –all’,不知道它做了什么,但它修复了一切.

相关文章

validates:conclusion,:presence=>true,:inclusion=>{...
一、redis集群搭建redis3.0以前,提供了Sentinel工具来监控各...
分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣...
上一篇博文 ruby传参之引用类型 里边定义了一个方法名 mo...
一编程与编程语言 什么是编程语言? 能够被计算机所识别的表...
Ruby类和对象Ruby是一种完美的面向对象编程语言。面向对象编...