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

前端 未结 7 1931
无人及你
无人及你 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 to update your npm version first

    npm update -g npm@version or sudo npm -gf update npm@version

    and then just add the babel runtime at your react native project

    npm add @babel/runtime

提交回复
热议问题