react native(0.57) Cannot find module '@babel/plugin-external-helpers'

npm install --save-dev @babel/plugin-external-helpers

然后运行,若不成功,再执行npm install 即可

最好关闭所有相关软件之后,重新编译运行,不然有可能不成功

补充:react-native 0.57.x 报错

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

解决:

npm add @babel/runtime
npm install

原文:https://github.com/facebook/react-native/issues/21310

猜你喜欢

转载自blog.csdn.net/qq_39910762/article/details/82790246
今日推荐