I use ‘ionic info’ and I get
Dependency warning - for the CLI to run correctly,
it is highly recommended to install/upgrade the following:
Install ios-deploy to deploy iOS applications to devices. `npm install -g ios-deploy` (may require sudo)
But when I do the recommendation I get:
npm ERR! node v7.9.0
npm ERR! npm v4.2.0
npm ERR! path /Users/rebeccaannburton/.nvm/versions/node/v7.9.0/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 '/Users/rebeccaannburton/.nvm/versions/node/v7.9.0/lib/node_modules/ios-deploy/build/Release/ios-deploy'
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/rebeccaannburton/.nvm/versions/node/v7.9.0/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/rebeccaannburton/.npm/_logs/2017-04-13T11_19_11_006Z-debug.log
Ideas on what is wrong?
Thank you.
Kevin
rkevinburton@charter.net