DAB0mB/ReactNativeMeteorBoilerplate

Error: Cannot find module '@babel/runtime/helpers/builtin/interopRequireDefault'

Closed this issue · 3 comments

eugle commented

$ npm run api
The error occurred and could not be continued

Error: Cannot find module '@babel/runtime/helpers/builtin/interopRequireDefault'

meteor npm install @babel/runtime@7.0.0-beta.55

From the link above, this is the comment that fixed it for me:

or simply remove the caret ^ in package.json and thus pin it to a specific version.