我是靠谱客的博主 优雅月饼,最近开发中收集的这篇文章主要介绍react-native 搭建项目时控制台一直:info There appears to be trouble with your network connection. Retrying...,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
在搭建react-native项目的时候,控制台到=运行一段时间后一直
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
。。。
原本的命令是
npx react-native init MyApp
解决问题的方法
使用--version
参数(注意是两个杠)创建指定版本的项目。例如
npx react-native init MyApp --version 0.44.3
注意版本号必须精确到两个小数点
最后
以上就是优雅月饼为你收集整理的react-native 搭建项目时控制台一直:info There appears to be trouble with your network connection. Retrying...的全部内容,希望文章能够帮你解决react-native 搭建项目时控制台一直:info There appears to be trouble with your network connection. Retrying...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复