Failing `npm install -g ios-deploy'

I’m trying to execute a CLI because i need it to deploy my app on a device.

MBP-de-Benjamin:ion-scanner-v2 Benjamin$ sudo npm install -g ios-deploy
npm WARN lifecycle ios-deploy@1.9.1~preinstall: cannot run in wd %s %s (wd=%s) ios-deploy@1.9.1 ./src/scripts/check_reqs.js && xcodebuild /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "ios-deploy"
npm ERR! node v7.9.0
npm ERR! npm  v4.2.0
npm ERR! path /usr/local/lib/node_modules/ios-deploy/build/Release/ios-deploy
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/ios-deploy/build/Release/ios-deploy'
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/ios-deploy/build/Release/ios-deploy'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/Benjamin/.npm/_logs/2017-04-27T10_17_49_240Z-debug.log
MBP-de-Benjamin:ion-scanner-v2 Benjamin$ 

El Capitan?

(Googled for “npm WARN lifecycle ios-deploy@1.9.1~preinstall: cannot run in wd %s %s” and found this on #1)

1 Like
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!! WARNING: You are on OS X 10.11 El Capitan or greater, you may need to add the
!!!! WARNING:   `--unsafe-perm=true` flag when running `npm install`
!!!! WARNING:   or else it will fail.
!!!! WARNING: link:
!!!! WARNING:   https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

The install command gives you already the solution :wink:

So he is not - or he would have it in his output?
Or where did that output come from?

No i’m not on El Captain, i’m on Sierra
I tried the topic solution but i had got the same error

Ok sorry i tried the command line : “npm install -g ios-deploy --unsafe-perm=true”, and this command failed like the others.
And i here i’m tried the command line :“sudo npm install -g ios-deploy --unsafe-perm=true” and this command run as well
So thank you for your help and your reactivity !