RN關於Windows電腦上建立 移植到Mac 和 react-native-vector-icons報錯

來源:互聯網
上載者:User

標籤:native   ever   get   exp   exports   進入   cal   however   lis   

1  進入項目更新npm  正如jerry指出的那樣,這是NPM中的一個錯誤。現在有一個修複程式可用。您可以使用更新NPM npm i -g npm。刪除了React Native,npm remove --save react-native並重新安裝了RN npm i --save react-native





2 error: bundling failed: Error: While resolving module `react-native-vector-icons/MaterialIcons`, the Haste package `react-native-vector-icons` was found. However the module `MaterialIcons` could not be found within the package. Indeed, none of these files exist: * `/Users/user/my-app/node_modules/react-native/local-cli/core/__fixtures__/files/MaterialIcons(.native||.ios.js|.native.js|.js|.ios.json|.native.json|.json)` * `/Users/user/my-app/node_modules/react-native/local-cli/core/__fixtures__/files/MaterialIcons/index(.native||.ios.js|.native.js|.js|.ios.json|.native.json|.json)`


第一步

在rn-cli.config.js在我的項目根目錄中為此使用RN 0.52.0解決方案:

const blacklist = require(‘metro/src/blacklist‘)module.exports = {  getTransformModulePath () {    return require.resolve(‘react-native-typescript-transformer‘)  },  getSourceExts () {    return [‘ts‘, ‘tsx‘]  },  getBlacklistRE () {  return blacklist([/react-native\/local-cli\/core\/__fixtures__.*/])  },}

第二步
rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json

退出程式 重新運行

RN關於Windows電腦上建立 移植到Mac 和 react-native-vector-icons報錯

相關文章

聯繫我們

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