“You don't have write permissions for the /usr/bin directory.” when installing Sass using the Gem command

后端 未结 3 1203
别那么骄傲
别那么骄傲 2020-12-05 04:41

I\'m on Mac and I\'m trying to install Sass using the command in terminal, \"sudo gem install sass\". I then enter my password, and everything works fine until this pops up

3条回答
  •  感动是毒
    2020-12-05 04:52

    I used the same for bundler.

    sudo gem install -n /usr/local/bin bundler.

    It works.

提交回复
热议问题