ios-deploy fail to install on Mac OS X El Capitan 10.11

后端 未结 6 1008
情书的邮戳
情书的邮戳 2021-02-19 17:50

I am trying to install ios-deploy on Mac OS X El Capitan 10.11 by running sudo npm install -g ios-deploy and it end up with this error message:

sh:          


        
6条回答
  •  独厮守ぢ
    2021-02-19 18:09

    I tried with different ways.

    This line worked for me.

    sudo npm install -g --unsafe-perm ios-deploy

提交回复
热议问题