vue2.5.10升级到2.6.10时vue-template-compiler提示不兼容问题
使用前提 vue webpack环境升级node版本升级npm版本 npm update以上操作还不行,删掉package-lock.json里面的“vue-template-compiler”: {“version”: “2.6.10”,“resolved”: “https://registry.npm.taobao.org/vue-template-compiler/downlo...
·
使用前提 vue webpack环境
- 升级node版本
- 升级npm版本 npm update
- 以上操作还不行,删掉package-lock.json里面的
- “vue-template-compiler”: {
“version”: “2.6.10”,
“resolved”: “https://registry.npm.taobao.org/vue-template-compiler/download/vue-template-compiler-2.6.10.tgz”,
“integrity”: “sha1-MjtPNJXwT6o1AzN6gvXWUHeZycw=”,
“dev”: true,
“requires”: {
“de-indent”: “1.0.2”,
“he”: “1.1.1”
}
},
然后 npm install 即可解决
更多推荐
已为社区贡献4条内容
所有评论(0)