Description
Hello,
I try to install the last version with:
sudo npm install -g ios-deploy
But I have an error:
npm http GET https://registry.npmjs.org/ios-deploy
npm http 304 https://registry.npmjs.org/ios-deploy
npm http GET https://registry.npmjs.org/ios-deploy/-/ios-deploy-1.0.7.tgz
npm http 200 https://registry.npmjs.org/ios-deploy/-/ios-deploy-1.0.7.tgz
npm ERR! Error: shasum check failed for /Users/josejuan/tmp/npm-4666-vtY7t0Qx/1399933938840-0.04932064074091613/tmp.tgz
npm ERR! Expected: 24993073833b539b3cb155af2461c348e0ecdd37
npm ERR! Actual: 2853ca48b79bae24d6f5d456fdfcb97af51a558f
npm ERR! From: https://registry.npmjs.org/ios-deploy/-/ios-deploy-1.0.7.tgz
npm ERR! at /usr/local/lib/node_modules/npm/node_modules/sha/index.js:38:8
npm ERR! at ReadStream. (/usr/local/lib/node_modules/npm/node_modules/sha/index.js:85:7)
npm ERR! at ReadStream.EventEmitter.emit (events.js:117:20)
npm ERR! at _stream_readable.js:919:16
npm ERR! at process._tickCallback (node.js:419:13)
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/npm/npm/issues
npm ERR! System Darwin 13.1.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "ios-deploy"
npm ERR! cwd /Volumes/DATOS/datos/proyectos/Android/Workspace/cordova_sample/app/hello
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Volumes/DATOS/datos/proyectos/Android/Workspace/cordova_sample/app/hello/npm-debug.log
npm ERR! not ok code 0
If I try:
sudo npm install -g ios-deploy@1.0.6
All works fine.
What's the problem?
Thanks in advance