Cannot find module ‘core-js/modules/es6.object.is’

I’m using meteor for my ionic project. Everything is working fine before but now when a bundled client I’m getting

“Uncaught Error: Cannot find module ‘core-js/modules/es6.object.is’”

I have installed core-js using meteor npm install core-js

but no luck

Please help