Ibm mobilefirst 通过npm 404安装mfpmigrate cli时出错

Ibm mobilefirst 通过npm 404安装mfpmigrate cli时出错,ibm-mobilefirst,mobilefirst-cli,Ibm Mobilefirst,Mobilefirst Cli,尝试使用npm v3.10.10和node 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/ne

尝试使用npm v3.10.10和node 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
npm错误!提取失败http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm all/mockery/-/mockery-1.7.0.tgz
npm错误!提取失败http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm all/readdir recursive/-/readdir-recursive-0.0.4.tgz
npm错误!提取失败http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm all/支架扩展/-/支架扩展-1.1.8.tgz
npm错误!提取失败http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm all/rimraf/-/rimraf-2.6.2.tgz
npm错误!提取失败http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm all/grunt legacy log/-/grunt-legacy-log-0.1.3.tgz
npm错误!提取失败http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm all/jshint style/-/jshint-style-1.0.2.tgz
npm错误!达尔文17.0.0
npm错误!argv“/usr/local/bin/node”“/usr/local/bin/npm”“安装”“-g”“mfpmigrate cli”
npm错误!节点v6.11.4
npm错误!npm v3.10.10
npm错误!获取失败,状态代码为404
npm错误!
npm错误!如果需要帮助,您可以在以下位置报告此错误:
npm错误!
npm错误!请在任何支持请求中包括以下文件:
npm错误/Users/e111128/npm-debug.log

Jeff,最新的mfpmigrate cli存在导致此问题的问题。请尝试以下操作以安装早期版本:

npm安装-g MFP格栅-cli@8.0.20170615055734

与此问题相关的APAR是开放的:PI96509


谢谢。Tom。

Jeff,最新的mfpmigrate cli出现了一个问题,导致了这个问题。请尝试以下操作以安装早期版本:

npm安装-g MFP格栅-cli@8.0.20170615055734

与此问题相关的APAR是开放的:PI96509

谢谢。汤姆