Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMax Weir
14,963 PointsCompass cannot load gem file
Hi there, I have updated all my working environment gems so everything is up to date, however when I try and run my project now it simply wont load. Here is the --trace from the project, keen to know what if anything I need to do to fix it:
compass watch --trace
LoadError on line ["128"] of C: cannot load such file -- modular-scale
C:/Ruby21/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:128:in rescue in require'
C:/Ruby21/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:39:in
require'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/lib/compass/configuration/data.rb:179:in require'
C:/Users/Weir/Documents/Project Hub/projects/Slushy/production/www/slushy_app/slushy_app/config.rb:3:in
get_binding'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/serialization.rb:24:in eval'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/serialization.rb:24:in
parse_string'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/serialization.rb:15:in block in _parse'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/serialization.rb:14:in
open'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/serialization.rb:14:in _parse'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/file_data.rb:7:in
block in new_from_file'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/lib/compass/configuration/inheritance.rb:207:in with_defaults'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/file_data.rb:6:in
new_from_file'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/helpers.rb:19:in configuration_for'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/configuration/helpers.rb:69:in
add_project_configuration'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:37:in add_project_configuration'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:25:in
configure!'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:15:in initialize'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/commands/update_project.rb:41:in
initialize'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:42:in new'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:42:in
perform!'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:15:in run!'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/bin/compass:30:in
block in <top (required)>'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/bin/compass:44:in call'
C:/Ruby21/lib/ruby/gems/2.1.0/gems/compass-1.0.3/bin/compass:44:in
<top (required)>'
C:/Ruby21/bin/compass:23:in load'
C:/Ruby21/bin/compass:23:in
<main>'