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

后端 未结 6 1081
情书的邮戳
情书的邮戳 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:12

    See Newer StackOverflow https://stackoverflow.com/a/59581099/329984

    The Homebrew and npm versions will be updated at the same time going forward.

    To use ios-deploy as a command-line tool it is recommended you now install it directly via Homebrew(and if you have already installed it via npm to uninstall it).

    https://github.com/ios-control/ios-deploy#installation

提交回复
热议问题