美文网首页React-Native
我的 React-Native 入门之路(1-配置环境+hel

我的 React-Native 入门之路(1-配置环境+hel

作者: 郭陈 | 来源:发表于2020-04-30 17:56 被阅读0次

Mac 安装 Homebrew


参考:https://zhuanlan.zhihu.com/p/111014448

homebrew npm nodejs 在mac上的升级指令


https://www.jianshu.com/p/9546b8d3bf95

配置文件参考

MAC 打开.bash_profile

启动终端Terminal

进入当前用户的home目录

输入cd ~

创建.bash_profile

输入touch .bash_profile

编辑.bash_profile文件

输入open -e .bash_profile

保存文件,关闭.bash_profile

更新刚配置的环境变量

输入source .bash_profile

相关文章

网友评论

    本文标题:我的 React-Native 入门之路(1-配置环境+hel

    本文链接:https://www.haomeiwen.com/subject/qghvwhtx.html