简体   繁体   English

在将 vue 2 升级到 vue 3 时,在升级 quasar 时找不到依赖关系 core-js/modules/es.typed-array.at.js

[英]dependency not found core-js/modules/es.typed-array.at.js while upgrading quasar inside upgrading vue 2 to vue 3

I was trying to upgrade quasar framework from quasar 1 to quasar 2 which is based on vue 3 where previous version was based on vue 2我试图将 quasar 框架从 quasar 1 升级到基于 vue 3 的 quasar 2,而以前的版本基于 vue 2

not finding any trace of the error没有发现任何错误的痕迹

console of quasar dev dependency not found core-js/modules/es.typed-array.at.js找不到类星体开发依赖的控制台 core-js/modules/es.typed-array.at.js

Problem resolved, I just need to install core-js package.问题解决了,我只需要安装 core-js 包。 but i couldn't think of core-js.但我想不出core-js。

Because this project is running as it is (without core-js) for a very long time no problem happend, i found the error just after upgrading the project.因为这个项目按原样运行(没有core-js)很长时间没有发生问题,我在升级项目后发现了错误。

So i thought it was quasar 2 upgrade problem but its not.所以我认为这是类星体 2 升级问题,但不是。

Core js added in quasar at some point, most probably my project is not needed to use that package anywhere that's why I didn't see any error till now. Core js 在某个时候添加到 quasar 中,很可能我的项目不需要在任何地方使用该包,这就是为什么我直到现在都没有看到任何错误。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到此依赖项:* core-js/modules/es6.regexp.split - This dependency was not found: * core-js/modules/es6.regexp.split Nuxt 构建失败,在 ./node_modules/bootstrap-vue/:varisouspath 中找不到 core-js 依赖项 - Nuxt build failure with core-js dependencies not found in ./node_modules/bootstrap-vue/:varisouspath 找不到模块:错误:无法解析“core-js/modules/es.error.cause.js” - Module not found: Error: Can't resolve 'core-js/modules/es.error.cause.js' 未找到此依赖项:* core-js/fn/symbol - This dependency was not found: * core-js/fn/symbol vue.js:从 webpack 中排除 core-js - vue.js: exclude core-js from webpack webpack 和 babel-polyfill:无法解析源目录中的“core-js/modules/es6.array.map” - webpack & babel-polyfill: Can't resolve 'core-js/modules/es6.array.map' in source directory 在IE中运行Angular 5应用程序,而无需使用“导入'core-js / es6 / reflect'和导入'core-js / es7 / reflect'” - Run Angular 5 app in IE without using “import 'core-js/es6/reflect' and import 'core-js/es7/reflect'” Docker 在检查 core-js 依赖关系时构建反应应用程序时挂起 - Docker hangs while building react app while checking on core-js dependency 在云 firebase 中显示下拉 Vue js 和 quasar - show dropdown Vue js and quasar in cloud firebase babel + core-js + webpack 使代码支持旧版 chrome,许多 node_modules 文件引发“export ... was not found”错误 - babel + core-js + webpack make code support old chrome, many node_modules file raise "export ... was not found" error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM