I'm trying to install the modular-scale extension for Compass.

I'm getting this error:

$ sudo gem install modular-scale
Password:
Successfully installed modular-scale-0.0.4
1 gem installed
Installing ri documentation for modular-scale-0.0.4...
Installing RDoc documentation for modular-scale-0.0.4...
$ compass create my_project -r modular-scale --using modular-scale
Errno::ENOENT on line 144 of /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb: No such file or directory - /Library/Ruby/Gems/1.8/gems/modular-scale-0.0.4/lib/../templates/project/manifest.rb
Run with --trace to see the full backtrace

So I ran it with --trace and got this:

Errno::ENOENT on line 144 of /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb: No such file or directory - /Library/Ruby/Gems/1.8/gems/modular-scale-0.0.4/lib/../templates/project/manifest.rb
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb:144:in `open'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb:144:in `parse'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb:135:in `with_manifest'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb:143:in `parse'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest.rb:20:in `initialize'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest_installer.rb:10:in `new'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/installers/manifest_installer.rb:10:in `initialize'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/app_integration/stand_alone.rb:12:in `new'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/app_integration/stand_alone.rb:12:in `installer'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/commands/installer_command.rb:23:in `installer'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/commands/installer_command.rb:12:in `configure!'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/commands/project_base.rb:15:in `initialize'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/commands/stamp_pattern.rb:69:in `initialize'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/exec/sub_command_ui.rb:42:in `new'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/exec/sub_command_ui.rb:42:in `perform!'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/lib/compass/exec/sub_command_ui.rb:15:in `run!'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/bin/compass:25
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/bin/compass:39:in `call'
  /Library/Ruby/Gems/1.8/gems/compass-0.11.5/bin/compass:39
  /usr/bin/compass:19:in `load'
  /usr/bin/compass:19
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.