要安装 vue-template-compiler,请按照以下步骤操作: 确认Node.js和npm已安装: 你可以通过运行以下命令来检查Node.js和npm是否已正确安装: bash node -v npm -v 如果这两个命令都返回了版本号,那么说明Node.js和npm已经安装成功。 打开命令行或终端: 根据你的操作系统,打开命令行界面(在Windows上可以是cmd或...
报错信息:ERROR in ./src/login.vueModule parse failed: Unexpected token (1:0)You may need an appropriate loader to handle this file type. 配置文件如下:{ test:/\.vue$/,use:'vue-loader' }json文件如下:"vue-loader": "^13.3.0","vue-template-compiler": "^2.5.2"vue.jsnode.js 有用关注...
failed to load config from /Users/senking/codes/demos/vue-vue2/vite.config.js error when starting dev server: Error: Cannot find module 'vue-template-compiler’ 这个vue-template-compiler 一定要安装吗? 我看您的没有就跑起来了. 斯芬克斯01 2021-07-24 10:25:07 源自:2-3 Vite 创建 Vue2 的项...