Error while installing sass using gem in Windows

▼魔方 西西 提交于 2019-12-12 01:56:32

问题


I install Ruby 2.3.0 using Chocolatey, then seeing this error

gem install sass
ERROR:  While executing gem ... (Errno::EACCES)
    Permission denied @ rb_sysopen - C:/tools/ruby23/bin/sass.bat

I tried changing the security permission of C:\tools\ruby23 , but it didn't help. What went wrong ?

来源:https://stackoverflow.com/questions/40178914/error-while-installing-sass-using-gem-in-windows

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