react-native init AwesomeProject

前端之家收集整理的这篇文章主要介绍了react-native init AwesomeProject前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

错误提示

warning There appears to be trouble with your network connection.Retrying...

解决办法:

npm config set registryhttps://registry.npm.taobao.org
npm config set disturlhttps://npm.taobao.org/dist

原文链接:https://www.f2er.com/react/304083.html

猜你在找的React相关文章