Subscribe on changes!

vue 3.0.1 使用 vue-cli 4.5.7创建项目后,执行lint时,出现vue-template-compiler版本和vue版本不一致问题

avatar
Oct 20th 2020

What problem does this feature solve?

使用vue-cli 4.5.7,创建vue3项目,lint使用tslint,创建项目后,执行lint时,出现

This may cause things to work incorrectly. Make sure to use 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.

What does the proposed API look like?

希望发一版与vue对应的vue-template-compiler

avatar
Oct 20th 2020

在npmjs.org中,查找vue-template-compiler时,发现vue-template-compiler最高版本只有2.6.12

avatar
Oct 20th 2020

不要用 TSLint。已经 deprecate 了,下个版本的 CLI 里会去掉这个选项。