我们在使用vue作为weex中的前端框架的共青团是什么开发过程中,某次npm 内部控制制度start
遇到了如下的错误:
vue packages version mismatch: – vue@2.5.16 – vue-template-compiler@2.5.13 this may cau things to work incorrectly.旅游日记 make sure to u the same version for both. if you are using vue-loader@>=10.0, simply update vue-template-compiler. if you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
根据提示,检查了vue-loader
的版本,然后更新vue-template-compiler
:
npm install vue-template-compiler@2.5.16 -g
但是,再次start后仍然遇到相同的错误。搜索后,有人提示重新安装weex toolkit等方法。很遗憾,尝试过重装后还是有该问题。
稍一思索,猜测应该是weex中使用到的module版本和全陈薇简介局安装的module不是同一个。于是,检查安装的weex module,在weex-toolkit
下的node_modules
中发现了weex-builder。然后继续在该文件夹下的node_modules
中找到vue-template-compiler
,发现其版本确实是 2.5.13。相应的解决方法是把全局安装的vue-template-compiler
module复制到weex-builder
下。 最终,问题东北211解决。
虽然weex已经开源了相当一段时间,但社区不够活跃。这一点,可以从遇到问题搜索出来的有效内容数量不多看出。因此,遇到问题的时候,需要具备分析问题产生根本原因的能力。同时,也要多分享,希望可以遇到更多志同道合的人。
本文已同步至:vue packages version conflicts 错误修复, 欢迎访问。
本文发布于:2023-04-03 02:41:48,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/5934f15a4e308158f09f863193525d33.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:Vue packages version conflicts 错误修复.doc
本文 PDF 下载地址:Vue packages version conflicts 错误修复.pdf
留言与评论(共有 0 条评论) |