meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Error: Cannot find module '../core-js/object/assign' #195

Closed tafelito closed 7 years ago

tafelito commented 7 years ago

Hi, is anyone having this issue in the react version with latest Meteor 1.4.2.1? I wonder if the repo is failing for the same reason

Thanks

benjamn commented 7 years ago

Ah, babel-runtime needs to be in the "dependencies" section of package.json. I'll make that change when I get back to a computer if no one beats me to it. @hwillison?

tafelito commented 7 years ago

Thanks @benjamn, that did the trick. I can close the issue

hwillson commented 7 years ago

Sure thing, I'll take care of it - @tafelito, I'll re-open this until the update is done. Thanks!

hwillson commented 7 years ago

Done - thanks!