安装移动优先开发工具包和迁移帮助的正确节点 js 版本是多少

What is the correct node js version for installing mobile first development kit and migration assistance

我有移动优先服务器版本:8.0.0.00-20180220-083852

从那里我下载了 cli 和迁移辅助工具,但是,我总是得到这个错误:

npm 错误!节点 v6.9.3 错误! npm v3.10.10 错误!代码 ENOTFOUND 错误! errno ENOTFOUND 错误!系统调用 getaddrinfo

npm 错误!网络 getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 错误!网络 这很可能不是 npm 本身的问题 错误!网络并与网络连接有关。 错误!网络 在大多数情况下,您使用代理或网络设置不当。 错误!网络 错误!网络 如果您使用代理,请确保 错误!网络 'proxy' 配置设置正确。参见:'npm help config'

npm 错误!请在任何支持请求中包含以下文件: 错误! G:\mobile\nodejs\npm-debug.log

我在 Whosebug 上搜索了一下,但是,所有的建议都是使用正确的 nodejs 和 npm 版本。我相信我用对了。

有什么想法吗?顺便说一句,我正在使用 Windows 10

请尝试使用最新版本的 MobileFirst Server,并确保您的系统安装了以下节点和 npm 版本。

  • npm 版本:3.10.10
  • 节点版本:v6.11.3

Minimum supported node.js version is 4.2.3. Also, with the fast evolving node and npm packages, the MobileFirst CLI might not be fully functional with all the available versions of node and npm including the latest versions. Ensure that node is on version 6.11.1 and npm version is 3.10.10, for proper functioning of the CLI.

有关详细信息,请参阅此处:Prerequisites