标签:
给npm换源
1.通过config配置指向国内源
npm config set registry http:
//registry.cnpmjs.org //配置指向源
npm info express
//下载安装第三方包
npm --registry http:
//registry.cnpmjs.org info express
react-native 问题总结
原文地址:http://www.cnblogs.com/rigid/p/5818724.html