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

后端 未结 6 1088
情书的邮戳
情书的邮戳 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 17:57

    This seems to be an issue since El Capitan. Either try:

    npm install -g ios-deploy --unsafe-perm=true
    

    or:

    npm install -g ios-deploy --allow-root
    

    This solution is proposed at the relating github from ios-deploy.

提交回复
热议问题