Grunt task Compass fails - Could not find RubyGem compass (>= 0)

ε祈祈猫儿з 提交于 2019-12-05 10:41:45

Looks like SASS and Compass gems are missing, try installing SASS & Compass

sudo gem install sass

sudo gem install compass

For windows use following commands

gem install sass

gem install compass

Hope this works :)

this is what I had to do. I uninstalled and reinstalled sass and compass then run: bundle update i18n

Everything seemed to work after that!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!