请求到https://registry.npmjs.org/expo-template-blank失败,原因:连接ETIMEDOUT 104.16.21.35:443

时间:2019-10-23 09:51:16

标签: reactjs react-native expo

尝试安装 expo init rn-first-app 时出现此错误。

你能在这里帮我吗?

3 个答案:

答案 0 :(得分:0)

原因01:确保您的开发设备已连接到互联网 原因02:确保已安装npm install expo-cli --global

通过重新连接到互联网重试

答案 1 :(得分:0)

您可以尝试这种方式

npm config set strict-ssl false

然后

expo init rn-first-app

答案 2 :(得分:0)

有时您可能会使用代理,请尝试以下方法。

  1. 您必须在环境变量中将代理设置为此镜像。 windows env setup image

  2. 然后使用以下两个命令设置代理。

    npm配置设置代理http:// proxy-server:port

    npm配置设置https-proxy http:// proxy-server:port