首页 > Web开发 > 详细

nuxtjs项目安装依赖报错

时间:2019-11-05 15:00:26      阅读:490      评论:0      收藏:0      [点我收藏+]

报错内容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

 

 

nuxtjs项目安装依赖报错

原文:https://www.cnblogs.com/ycyh1314/p/11798315.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!