gem - Sass --watch breaking after Yosemite update -
gem - Sass --watch breaking after Yosemite update -
after updating yosemite on macbook pro, sass --watch no longer functions. following:
>>> sass watching changes. press ctrl-c stop. ignoring bigdecimal-1.2.5 because extensions not built. try: gem pristine bigdecimal-1.2.5 ignoring ffi-1.9.5 because extensions not built. try: gem pristine ffi-1.9.5 ignoring ffi-1.9.3 because extensions not built. try: gem pristine ffi-1.9.3 ignoring json-1.8.1 because extensions not built. try: gem pristine json-1.8.1 ignoring libxml-ruby-2.7.0 because extensions not built. try: gem pristine libxml-ruby-2.7.0 ignoring nokogiri-1.6.3.1 because extensions not built. try: gem pristine nokogiri-1.6.3.1 ignoring psych-2.0.6 because extensions not built. try: gem pristine psych-2.0.6
"gem pristine" doesn't anything. tried on sass 3.4.5 , 3.4.6. unsure how resolve.
iv'e encountered same issue, next command helped me, seek typing 'gem pristine --all', no thought fixed everything.
gem sass rubygems command-line-interface osx-yosemite
Comments
Post a Comment