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:
sudo npm install -g ios-deploy
sh:
I tried with different ways.
This line worked for me.
sudo npm install -g --unsafe-perm ios-deploy