(一)建立新的react native 應用程式

來源:互聯網
上載者:User

標籤:

Homebrew官網 http://brew.sh/index_zh-cn.html

Homebrew是神馬

linux系統有個讓人蛋疼的通病,軟體包依賴,好在當前主流的兩大發行版本都內建瞭解決方案,Red hat有yum,Ubuntu有apt-get

 神馬,你用mac os,不好意Mac os木有類似的東東,淚奔中幾經折騰總算找到了第三方支援:Homebrew,Homebrew簡稱brew,是Mac OSX上的軟體包管理工具,能在Mac中方便的安裝軟體或者卸載軟體,可以說Homebrew就是mac下的apt-get、yum神器

Homebrew安裝

Homebrew的安裝非常簡單,開啟終端複製、粘貼以下命令,斷行符號,搞定(請放心使用,原汁原味的官方安裝方法搬運)

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

ps:不知道為什麼執行這個命令有時會返回400,估計可能被牆了,過幾分鐘重試下一般就ok了,有圖有真相

Homebrew使用

Homebrew使用沒啥好說的了,常用的

搜尋軟體:brew search 軟體名,如brew search wget

安裝軟體:brew install 軟體名,如brew install wget

卸載軟體:brew remove 軟體名,如brew remove wget

更多的?自己去官網挖吧 http://brew.sh/index_zh-cn.html

 

2.安裝好了之後需要通過  

brew install node  安裝node

3.然後安裝watchman(作用是用來監控開發中的bug)

安裝命令 brew install - -HEAD watchman

(一)建立新的react native 應用程式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.