安装getting时无法安装react native;npm错误!代码“ETIMEDOUT”;

安装getting时无法安装react native;npm错误!代码“ETIMEDOUT”;,npm,react-native,Npm,React Native,我正在尝试初始化react native的很棒的项目。但当我试图运行“react native init AwesomeProject”命令时,它会给出以下错误 Installing react-native package from npm... npm ERR! Darwin 15.2.0 npm ERR! argv "/usr/local/Cellar/node/5.6.0/bin/node" "/usr/local/bin/npm" "install" "--save" "react-

我正在尝试初始化react native的很棒的项目。但当我试图运行“react native init AwesomeProject”命令时,它会给出以下错误

Installing react-native package from npm... npm ERR! Darwin 15.2.0 npm ERR! argv "/usr/local/Cellar/node/5.6.0/bin/node" "/usr/local/bin/npm" "install" "--save" "react-native" npm ERR! node v5.6.0 npm ERR! npm v3.6.0 npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! syscall connect npm ERR! network connect ETIMEDOUT 103.245.222.162:443 npm ERR! network This is most likely not a problem with npm itself npm ERR! network and is related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' npm ERR! Please include the following file with any support request: npm ERR! /Users/rushabh/AwesomeProject/npm-debug.log `npm install --save react-native` failed 正在从npm安装react本机软件包。。。 npm错误!达尔文15.2.0 npm错误!argv“/usr/local/ceral/node/5.6.0/bin/node”“/usr/local/bin/npm”“安装”“--保存”“反应本机” npm错误!节点v5.6.0 npm错误!npm v3.6.0 npm错误!编码ETIMEDOUT npm错误!errno ETIMEDOUT npm错误!系统调用连接 npm错误!网络连接ETIMEDOUT 103.245.222.162:443 npm错误!网络这很可能不是npm本身的问题 npm错误!与网络连接相关。 npm错误!网络在大多数情况下,您位于代理服务器后面或网络设置不正确。 npm错误!网络 npm错误!网络如果您在代理后面,请确保 npm错误!网络“代理”配置设置正确。请参阅:“npm帮助配置” npm错误!请在任何支持请求中包括以下文件: npm错误/Users/rushabh/AwesomeProject/npm-debug.log `npm安装--save react native`失败 我有稳定的网络连接。我安装了最新的节点和npm。
请帮助。

您是否按照错误消息中的指示执行了操作?我的代理设置为空。我可以下载所有东西,但无法下载项目。我不认为代理有什么问题。您是否按照错误消息中的指示执行了操作?我的代理设置为空。我可以下载所有东西,但无法下载项目。我不认为代理有什么问题。