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

@vue-cli4.0 vue create app If you are using [email protected]>=10.0 xxx 报错

报错的大概意思就是:你当前的 vue版本和vue-template-complier版本不匹配,八字不合!

分别查看一下当前的版本:

@vue-cli4.0 vue create app If you are using [email protected]>=10.0 xxx 报错

果然如此。

升级 vue:

@vue-cli4.0 vue create app If you are using [email protected]>=10.0 xxx 报错

然后开始玩耍。

相关文章: