FluxEngine
FluxEngine

Reputation: 13280

Using compass with yeoman

I have installed yeoman, and after running yeoman server

I get the following error

Running "compass:dist" (compass) task
<FATAL> You need to have Compass installed. </FATAL>

How do install compass and get it to work with yeoman? I am using a mac (mountain lion) and have tried yeoman install compass with no luck.

Upvotes: 0

Views: 3306

Answers (2)

ludico8
ludico8

Reputation: 1

It's very easy, just do it like Compass Page says, and after that, you can work with the yeoman without problems.

  1. gem update --system

  2. gem install compass

Upvotes: 0

Sindre Sorhus
Sindre Sorhus

Reputation: 63487

There are instructions on how to install Compass on the Compass website.

Upvotes: 2

Related Questions