Having this error:
W20180804-11:57:23.254(1)? (STDERR) Error: Cannot find module '@babel/runtime/helpers/builtin/interopRequireDefault'
W20180804-11:57:23.254(1)? (STDERR) at Function.Module._resolveFilename (module.js:547:15)
W20180804-11:57:23.254(1)? (STDERR) at Function.resolve (internal/module.js:18:19)
W20180804-11:57:23.254(1)? (STDERR) at Object.require (/home/inu/workspace/meteor/lff3/.meteor/local/build/programs/server/boot.js:288:32)
W20180804-11:57:23.254(1)? (STDERR) at makeInstallerOptions.fallback (packages/modules-runtime.js:653:18)
W20180804-11:57:23.254(1)? (STDERR) at require (packages/modules-runtime.js:244:16)
W20180804-11:57:23.255(1)? (STDERR) at livedata_connection.js (/home/inu/workspace/meteor/lff3/.meteor/local/build/programs/server/packages/ddp-client.js:147:30)
W20180804-11:57:23.255(1)? (STDERR) at fileEvaluate (packages/modules-runtime.js:339:7)
W20180804-11:57:23.255(1)? (STDERR) at require (packages/modules-runtime.js:238:16)
W20180804-11:57:23.255(1)? (STDERR) at namespace.js (packages/ddp-client/common/namespace.js:1:300)
W20180804-11:57:23.255(1)? (STDERR) at fileEvaluate (packages/modules-runtime.js:339:7)
Already tried installing latest babel runtime with no success.
meteor npm install @babel/runtime@latest
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
I came across the same error when I installed version 7.0.0-beta.56. I figured it was a development bug, since it was not more than 2 hours since they had released this new version. So I followed up and saw that the builtin/
folder did not exist, (this folder should be inside the helpers/
folder) and the files that the builtin/
folder should contain were at the same level, that is, in the helpers/
folder, so the easiest solution I found was to create builtin/
folder inside helpers/
folder and move or copy the contents of the helpers/
folder inside helpers/builtin/
.
I hope that this will be helpful for those who want to continue with this version.
Am using "react-native": "0.57.1" I come across it today and I running
"$ npm add @babel/runtime"
fixed it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With