sass: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
I’m trying to start the compass server (grunt compass:server
), but I got the following error:
Encoding::UndefinedConversionError on line ["655"] of ~/.rvm/gems/ruby-2.0.0-p353/gems/sass-3.2.12/lib/sass/util.rb: "\xE2" from ASCII-8BIT to UTF-8.
- ruby-2.0.0-p353
- sass 3.2.12
- grunt v0.4.2
Any idea how to fix this?
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 15 (5 by maintainers)
These errors are definitely not as good as they should be. Can someone who’s seeing one post:
ruby --version
)sass --version
)--trace
on a file that produces the errorruby -e 'p [Encoding.default_internal, Encoding.default_external]'