ruby - Problems when creating Compass project (EACCES on line ["891"]) -


i having problems when creating new compass project (windows 7). this:

c:\>compass create    create config.rb errno::eacces on line ["891"] of c: permission denied - (c:/a/config.rb20140321-6828-1g0ytlc, c:/a/config.rb) run --trace see full backtrace 

i have tried start cmd "run administrator", have tried delete compass, sass , ruby, , reinstalled without luck. else having problems or know solution irritating problem?

i using latest version (21.03.2014) of compass v.0.12.4... downgraded v.0.12.2 worked fine!

looks bug?

to downgrade:

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

Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -