当前位置: 代码迷 >> 综合 >> 启动vue项目报错 these dependencies were not found:create in ./src/router/modules/md.js
  详细解决方案

启动vue项目报错 these dependencies were not found:create in ./src/router/modules/md.js

热度:57   发布时间:2023-09-19 19:32:57.0

启动vue项目报错

These dependencies were not found:

* @/views/md/TemplateSetting/create in ./src/router/modules/md.js
* @/views/md/TemplateSetting/index in ./src/router/modules/md.js

To install them, you can run: npm install --save @/views/md/TemplateSetting/create @/views/md/TemplateSetting/index

是因为vue项目的create页面在md.js定义了但是缺乏create.vue页面因此报错

  相关解决方案