[solved] Cannot find module '@babel/runtime/helpers/builtin/objectSpread' after update meteor to 1.6.1.1

Yeah well… I love Meteor, but they never should have migrated to the babel 7 beta releases. Babel is causing troubles ever since.

Yes, babel is causing the issues. But it’s MDG who decided that building upon the beta’s was a good idea.

1 Like

Thank you @rjdavid - this worked for me!

Just encountered this error because I had a git repo EXPLICITLY setting .meteor/release as a METEOR@1.9 project.

I had created a new meteor project and brought my files in, which was created as 1.10.1.

Install is fine, boot is fine, but my code then kind of downgrades the project and pukes.

Changed my version to match and it booted right up. Scary.

1 Like