Vue packages version mismatch: 版本始终不对的解决方案

error  in ./src/pages/home.vue

Module build failed: Error:

Vue packages version mismatch:

- [email protected]

- vue-template-compiler@2.5.13

This may cause things to work incorrectly. Make sure to use the same version for

both.

If you are using [email protected]>=10.0, simply update vue-template-compiler.

If you are using [email protected]<10.0 or vueify, re-installing vue-loader/vueify sho

uld bump vue-template-compiler to the latest.

出现这种错误之后可以使用命令,将vue的版本改成和vue-template-compiler的版本一致,使用命令

npm install vue@2.5.13 --save,然后直接运行就可以了!

原文地址:http://blog.51cto.com/ji123/2065548

时间: 2024-10-09 07:50:38

Vue packages version mismatch: 版本始终不对的解决方案的相关文章

Vue packages version mismatch

一.问题 在我安装了最新的cli后,尝试创建项目时,就报错了,vue和vue-template-compiler的版本不统一. //安装@vue/cli npm i -g @vue/cli //创建 vue create demo1 查了相关解决办法,说是将两个版本配置成一样的. //于是就先将vue升级, npm install [email protected] --save //再继续执行创建 vue create demo1 //发现依旧报错,于是就尝试把vue-template-com

解决vue版本不匹配的问题 Vue packages version mismatch:

解决方式:重新单独安装提示冲突的模块  比如如上的冲突,我重新下载了 npm i v[email protected] --save 再重新启动就可以了 npm run dev 原文地址:https://www.cnblogs.com/m1754171640/p/11365386.html

Vue packages version conflicts 错误修复

我们在使用Vue作为weex中的前端框架的开发过程中,某次 npm start 遇到了如下的错误: Vue packages version mismatch: - [email protected] - [email protected] This may cause things to work incorrectly. Make sure to use the same version for both. If you are using [email protected]>=10.0,

libtool: Version mismatch error 解决

在编译一个软件的时候,在 ./configure 和 make  之后可能会出现如下错误: [plain] view plaincopyprint? libtool: Version mismatch error.  This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the libtool: definition of this LT_INIT comes from libtool 2.4. libtool: You should recreate

nginx的Mainline version、Stable version、Legacy version的版本区别

nginx的Mainline version.Stable version.Legacy version的版本区别 创建时间:2014-01-16 10:30:37最后修改:2014-09-23 20:13:44 Nginx官网提供了三个类型的版本Mainline version:Mainline 是 Nginx 目前主力在做的版本,可以说是开发版Stable version:最新稳定版,生产环境上建议使用的版本Legacy versions:遗留的老版本的稳定版 nginx下载地址:http:

使用Cygwin在Windows下帮助编译众多C/C++库(附make: command not found,以及libtool.m4 and ltmain.sh have a version mismatch问题的解决方案)

之前为了使用一个库,都是去下载源码,然后根据开发者提供的README手动用GCC编译,一直不能使用Makefile感觉很蛋痛,比如最近使用的ZThread 还是怪自己以前过于依赖IDE 最近发现用Cygwin就可以使用诸如./configure, make这样的命令,感觉灰常欣喜,尝试去编译ZThread库(因为我发现虽然之前我用GCC手动编译了ZThread但是在使用的过程中,ZThread总是往控制台上打印诸多的DEBUG信息,想必是编译选项的问题,我又不知道到哪个头文件中去找#define

SQLite header and source version mismatch 解决方案

我下载了sqlite源码,并且configure, make, make install. 然后就出现SQLite header and source version mismatch  的错误. 上网好多种建议,我的方法是:将/usr/local/lib中的所有的libsqlite*拷贝到/usr/lib/i386-linux-gnu/.64位系统的话,拷贝到/usr/lib/x86_64-linux-gnu/.

There is a version mismatch between the spring client and the server

$ RAILS_ENV=production bundle exec rails c There is a version mismatch between the spring client and the server. You should restart the server and make sure to use the same version. CLIENT: 1.3.6, SERVER: 1.3.5 $ spring status Spring is running: 1728

php-mysql问题:mysqli_connect(): Headers and client library minor version mismatch. Headers:50556 Library:50637

问题现象 mysqli_connect(): Headers and client library minor version mismatch. Headers:50556 Library:50637 确认安装信息 发现问题所在 php -i | grep Client Client API version => 5.6.37 Client API library version => 5.6.37 Client API header version => 5.5.56-MariaDB