通过 npm 404 错误安装 mfpmigrate-cli

Installing mfpmigrate-cli via npm 404 errors

尝试使用 npm v3.10.10 和节点 v6.11.4 安装 mfpmigrate-cli 时,我收到以下错误:

npm ERR! fetch failed http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/mockery/-/mockery-1.7.0.tgz
npm ERR! fetch failed http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/readdir-recursive/-/readdir-recursive-0.0.4.tgz
npm ERR! fetch failed http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/brace-expansion/-/brace-expansion-1.1.8.tgz
npm ERR! fetch failed http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/rimraf/-/rimraf-2.6.2.tgz
npm ERR! fetch failed http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz
npm ERR! fetch failed http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/jshint-stylish/-/jshint-stylish-1.0.2.tgz
npm ERR! Darwin 17.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "mfpmigrate-cli"
npm ERR! node v6.11.4
npm ERR! npm  v3.10.10

npm ERR! fetch failed with status code 404
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/e111128/npm-debug.log

Jeff,最新的 mfpmigrate-cli 有一个问题导致了这个问题。请尝试以下方法安装早期版本:

npm 安装-g mfpmigrate-cli@8.0.20170615055734

有一个与此问题相关的打开的 APAR:PI96509。

谢谢。汤姆.