meteor Error: Cannot find module '@babel/runtime/helpers/builtin/interopRequireDefault'
This has been traced in the forums as an incompatibility with the latest version of @babel/runtime
.
Change the corresponding line in the package.json file
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
and then do
meteor npm install
Am using "react-native": "0.57.1" I come across it today and I running
"$ npm add @babel/runtime"
fixed it