Hello, after upgrading 1.7, I’m getting below error, it happens after installing @babel/runtime if I don’t install of course it throws some missing modules errors.
W20180804-15:20:47.159(3)? (STDERR) D:\Work\nosqlclient\.meteor\local\build\programs\server\boot.js:475
W20180804-15:20:47.258(3)? (STDERR) }).run();
W20180804-15:20:47.258(3)? (STDERR) ^
W20180804-15:20:47.259(3)? (STDERR)
W20180804-15:20:47.259(3)? (STDERR) Error: Cannot find module '@babel/runtime/helpers/builtin/interopRequireDefault'
W20180804-15:20:47.259(3)? (STDERR) at Function.Module._resolveFilename (module.js:547:15)
W20180804-15:20:47.259(3)? (STDERR) at Function.resolve (internal/module.js:18:19)
W20180804-15:20:47.260(3)? (STDERR) at Object.require (D:\Work\nosqlclient\.meteor\local\build\programs\server\boot.js:288:32)
W20180804-15:20:47.260(3)? (STDERR) at makeInstallerOptions.fallback (packages\modules-runtime.js:604:18)
W20180804-15:20:47.260(3)? (STDERR) at Module.require (packages\modules-runtime.js:230:14)
W20180804-15:20:47.260(3)? (STDERR) at require (packages\modules-runtime.js:244:21)
W20180804-15:20:47.261(3)? (STDERR) at livedata_connection.js (D:\Work\nosqlclient\.meteor\local\build\programs\server\packages\ddp-client.js:147:30)
W20180804-15:20:47.261(3)? (STDERR) at fileEvaluate (packages\modules-runtime.js:322:7)
W20180804-15:20:47.261(3)? (STDERR) at Module.require (packages\modules-runtime.js:224:14)
W20180804-15:20:47.261(3)? (STDERR) at require (packages\modules-runtime.js:244:21)
Then you might still be using version 7.0.0-beta.56. Please recheck your package.json and ensure it is beta.55, delete @babel folder then do meteor npm install