Error starting vue project these dependencies were not found:create in ./src/router/modules/md.js

Error starting vue project
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

This is because the create page of the vue project is defined in md.js but the create.vue page is missing so it reports an error

 

Read More: