安装 HomeBrew
安装Node
brew install node
Yarn ,react-native 的命令行工具
Yarn是Facebook提供的替代npm的工具,可以加速node模块的下载。React Native的命令行工具用于执行创建、初始化、更新项目、运行打包服务(packager)等任务。
npm install -g yarn react-native-cli
常用的js 版本工具
brew install watchman flow git gcc pkg-config cairo libpng jpeg gitlib mongodb
Nodejs 的版本管理工具 nvm 安装
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
选择安装 (oh my zsh)
brew install wget
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh
网友评论