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:
Here is a new Solution, which is working right now.....
You need Download Xcode from APP Store, in X-code go in Preferences > Location > Command Line Tools, then select one of the listed options. After that you can install:
sudo npm install -g ios-sim sudo npm install --global --unsafe-perm ios-deploy