Problems when creating Compass project (EACCES on line [“891”])

試著忘記壹切 提交于 2019-12-04 23:47:57
Numm3n

I was using the latest version (21.03.2014) of compass v.0.12.4... Downgraded to v.0.12.2 everything worked fine!

Looks like a bug?

To downgrade:

$ gem uninstall compass 
$ gem uninstall sass 
$ gem install compass -v 0.12.2 
$ gem install sass -v <rev>

Please update to Sass 3.2.18 and let me know if that fixes it.

Steve

Is this linked to

Compass/Sass writing files with "No Access" permissions for Everyone group on OSX?

If so, updating to 3.2.18 hasn't made a difference.

This has been resolved in Compass version 0.12.5
https://github.com/chriseppstein/compass/issues/1618

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