nuxtjs项目安装依赖报错
报错内容1:
* core-js/modules/es6.regexp.to-string in ./.nuxt/utils.js, ./.nuxt/components/nuxt.js friendly-errors 14:12:47
* core-js/modules/es7.promise.finally in ./.nuxt/client.js friendly-errors 14:12:47
* core-js/modules/es7.symbol.async-iterator in ./.nuxt/client.js, ./.nuxt/components/nuxt-link.client.js
错误原因:core-js版本不对
解决方法:npm i core-js@2.6.5
原链接:https://stackoverflow.com/questions/54492385/nuxt-js-in-docker-missing-dependencies