React Native學習過程中遇到的坑_React

來源:互聯網
上載者:User
本文將記錄React Native學習過程中所遇到的各種各樣的坑……

在學習過程中,運行官方的demo,是必不可少的學習手段,所以我們興緻盎然的從github上下載了React Native,結果在運行程式的時候才發現,程式中還有bug導致想看的效果看不到……

module.js:338    throw err;          ^Error: Cannot find module 'escape-string-regexp'    at Function.Module._resolveFilename (module.js:336:15)    at Function.Module._load (module.js:278:25)    at Module.require (module.js:365:17)    at require (module.js:384:17)    at Object.<anonymous> (/Users/xxxx/Dev/GitHubLibrary/react-native/node_modules/chalk/index.js:2:26)    at Module._compile (module.js:460:26)    at Object.Module._extensions..js (module.js:478:10)    at Module.load (module.js:355:32)    at Function.Module._load (module.js:310:12)    at Module.require (module.js:365:17)

遇到這種情況,不要著急,開啟終端,cd 至/Users/xxxx/Dev/GitHubLibrary/react-native目錄下,運行 npm install就OK拉。

至於錯誤原因嘛,項目關聯的庫是木有的  需要自己去手動下載下……

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.