Error: [vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible...
这两天学习webpack,安装vue搞出一个一个错误:查资料解决后记录一下,奉上参考地址,在这记录一下,防止遗忘https://blog.csdn.net/qq_42899245/article/details/118189209Error: [vue-loader] vue-template-compiler must be installed as a peer dependency, or
·
这两天学习webpack,安装vue搞出一个一个错误:查资料解决后记录一下,奉上参考地址,在这记录一下,防止遗忘
https://blog.csdn.net/qq_42899245/article/details/118189209
Error: [vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.
把node_modules 删除之后,输入以下命令(一定这个顺序):
1 npm install vue-template-compiler -D
2 npm install
3 npm run build
更多推荐
已为社区贡献3条内容
所有评论(0)