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

前端 未结 7 1948
无人及你
无人及你 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 02:46

    You should add and install babel for your projects

    npm add @babel/runtime
    npm install
    

    If The error is not fixed, Try:

    npm start --reset-cache
    

提交回复
热议问题