快应用开发工具引入quist-ui 碰到问题

本文详细记录了在快应用开发中引入Quist-UI遇到的配置与兼容性问题,包括如何修改配置文件、解决Babel版本冲突及运行时的常见错误。提供了具体的解决方案和参考资料。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

通过快应用开发工具开发的快应用
之后想引入quist-ui 碰到问题
参考
https://github.com/JDsecretFE/quist-ui

先增加配置文件
在这里插入图片描述
根目录下config/webpack.config.js

引入
npm install quist-ui -D

在这里插入图片描述

通过开发工具生成的配置文件是本地的 可能版本问题 一直出现错误
在这里插入图片描述
修成之后 npm install

出现警告可以不用管 感觉不好看 可以更新下就行
之后 npm run watch

在这里插入图片描述
安装
npm i babel-core

之后继续 npm run watch

会出现报错
Requires Babel “^7.0.0-0”, but was loaded with “6.26.3”. If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version. Inspect the stack trace of this error to look for the first entry that doesn’t mention “@babel/core” or “babel-core” to see what is calling Babel.
大概意思就是版本低了 不兼容
在这里插入图片描述
直接
npm install babel-core@^7.0.0-bridge.0 @babel/core -D

在运行发现某问题了

如何还有问题参考
https://blog.youkuaiyun.com/mrzhangxianshengjs/article/details/85052272

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值