googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
190 stars 52 forks source link

Grunt not running from fresh install - needs compass? #61

Closed MrSkinny closed 8 years ago

MrSkinny commented 8 years ago

I have latest versions of yo, grunt, bower. I installed the two generators angularfire and karma. I ran yo angularfire. I go into project and ran npm install and bower install.

When I run grunt serve I get:

Running "concurrent:server" (concurrent) task
    Warning: Running "compass:server" (compass) task
    Warning: Command failed: /bin/sh -c compass --version
    /bin/sh: compass: command not found
     Use --force to continue.

    Aborted due to warnings.

    Execution Time (2015-11-29 21:10:01 UTC)
    loading tasks    4ms  ▇▇▇▇▇▇▇ 14%
    compass:server  24ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 83%
    Total 29ms Use --force to continue.

        Aborted due to warnings.

Seems to be an issue with being unable to run compass -- shouldn't the dependencies take care of this?

MrSkinny commented 8 years ago

Resolved by installing compass via gem install compass. Worth adding to the install instructions or error messaging?