0
点赞
收藏
分享

微信扫一扫

mac下安装sass

飞进科技 2023-06-26 阅读 44


 

 

    mac虽然装好Ruby,但是我执行:

 


gem install sass


 

  居然报:

 

You don't have write permissions into the /Library/Ruby/Gems/1.8 directory

   

   我这种小白只能:

 


sudo gem install sass



  

举报

相关推荐

0 条评论