首页 > 系统服务 > 详细

安装MAC的ReactNative环境

时间:2018-12-21 10:07:30      阅读:154      评论:0      收藏:0      [点我收藏+]
brew install node
brew install watchman
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --glob
npm install -g yarn react-native-cli
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

https://reactnative.cn/docs/getting-started/

 

创建文件:touch filePath

创建文件夹:mkdir fileDirPath

安装MAC的ReactNative环境

原文:https://www.cnblogs.com/yuxiaoyiyou/p/10153752.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!