angularjs - Why are my paths to Ruby and Gems causing errors with a fresh Yeoman build? -
angularjs - Why are my paths to Ruby and Gems causing errors with a fresh Yeoman build? -
i'm using yeoman build angular.js app. i've opted include back upwards sass , compass. when build grunt, fails because can't find ruby compile scss files.
here errors i'm seeing:
warning: /system/library/frameworks/ruby.framework/versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in `report_activate_error': not find rubygem compass (>= 0) (gem::loaderror) /system/library/frameworks/ruby.framework/versions/1.8/usr/lib/ruby/1.8/rubygems.rb:211:in `activate' /system/library/frameworks/ruby.framework/versions/1.8/usr/lib/ruby/1.8/rubygems.rb:1056:in `gem' /usr/bin/compass:18 utilize --force continue. i have no thought start this. thoughts?
are sure have compass?
try write in terminal:
compass -v if there not, should install these gems:
sudo gem install compass ruby angularjs sass yeoman
Comments
Post a Comment