How to resolve the error on 'react-native start'

后端 未结 19 2715
说谎
说谎 2020-11-29 15:41
  1. I just installed node.js & cli

    • installed node.js
    • installed react-native-cli

      npm -g react-native-cli
      
19条回答
  •  我在风中等你
    2020-11-29 16:19

    Fix it by install metro-config of the latest version (0.57.0 for now) they had fixed the problem:

    npm install metro-config

    you can remove it later, after react-native guys update module versions

提交回复
热议问题