我们 执行 vue create 时 如果 出现下列错误
这时候只需要
第一步:执行npm uninstall vue-template-compiler
第二步:执行npm install vue-template-compiler@报错中提示的vue-template-compiler的版本号 (这里是2.6.11)
所以是 npm install vue-template-compiler@2.6.11
我们 执行 vue create 时 如果 出现下列错误
这时候只需要
第一步:执行npm uninstall vue-template-compiler
第二步:执行npm install vue-template-compiler@报错中提示的vue-template-compiler的版本号 (这里是2.6.11)
所以是 npm install vue-template-compiler@2.6.11