React-Native安裝使用

來源:互聯網
上載者:User

標籤:

先附上React-Native官方文檔中文版:http://wiki.jikexueyuan.com/project/react-native/getting-started.html

好,接下來我們看下安裝的過程。

首先是五個需求

  1. OS X – 現在這個倉庫只包含 iOS 實現,且 Xcode 只能在 Mac 上運行。
  2. 不知道 Xcode 嗎?從 Mac App Store 上 下載它。
  3. 安裝 node,watchman,flow 的推薦方法是 Homebrew。
  4. brew install node。不知道 node 和 npm
  5. brew install --HEAD watchman。我們建議安裝 watchman,否則你可能會遇到一個有bug的node檔案。
  6. brew install flow。如果你想使用 flow。

下載XCode,不用多說。

在Terminal中輸入了 brew install node 命令,提示

-bash: brew: command not found

表明我的電腦裡面沒有Homebrew(這是官網 http://brew.sh/index_zh-cn.html ),我們只需要輸入命令

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

然後,等待就可以啦。不過運行上面的命令必須用vpn,別忘了哦。

出現

==> Installation successful!

表明安裝成功。然後輸入命令

brew install node

brew install --HEAD watchman

brew install flow

成功!

接下來就是快速開始,我在這裡遇到了一點問題

  • npm install -g react-native-cli
  • react-native init AwesomeProject

當我輸入第一個命令時,報了錯,出現

 

npm ERR! tar.unpack untar error /Users/zhenghm/.npm/react-native-cli/0.1.7/package.tgz

 

等一堆錯誤,原因是npm檔案夾操作需要擷取系統許可權,命令前面加上sudo即可。

到這裡就結束了,有什麼問題請留言我們相互探討,謝謝~

 

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.