xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 475 forks source link

Module not found: Error: Can't resolve 'core-js/modules/es7.promise.finally' #571

Open x2pdenjo opened 5 years ago

x2pdenjo commented 5 years ago

Error: ./src/main.ts Module not found: Error: Can't resolve 'core-js/modules/es7.promise.finally' in '[absolutepath-to-src]/src'

When: npm run serve

On: Ubuntu 18 (but it's working on Windows 10)

Vue: Latest version by @vue/cli

Solution: I don't know, but the command runs without vue2-google-maps.

vesper8 commented 5 years ago

you must install core-js

yarn add core-js@3 --save