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?
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 rannpm install
andbower install
.When I run
grunt serve
I get:Seems to be an issue with being unable to run
compass
-- shouldn't the dependencies take care of this?