3.安装完node后建议设置npm镜像以加速后面的过程,否则后面插件安装巨慢
npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global
React-Native 安装改变镜像
原文:http://www.cnblogs.com/yang-shuai/p/6846616.html