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

前端 未结 7 1925
无人及你
无人及你 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:06

    You should first quit the metro terminal before executing

    npm add @babel/runtime
    npm install
    

提交回复
热议问题