Unable to resolve module `@babel/runtime/helpers/interopRequireDefault`

前端 未结 7 1924
无人及你
无人及你 2020-12-15 02:30

When creating a new react native project using the standard react-native init MyApp and running react-native run-ios for the first time I\'m seeing

相关标签:
7条回答
  • 2020-12-15 03:09

    Try upgrading your packages. You could have an old package causing the problem:

    yarn upgrade-interactive --latest
    
    0 讨论(0)
提交回复
热议问题