Open x2pdenjo opened 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.
you must install core-js
yarn add core-js@3 --save
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.