场景

npm run serve 启动提示如下错误:

 

分析

问题主要分析these dependency were not found这段,不要被Error: EBUSY: resource busy or locked, lstat ‘D:DumpStack.log.tmp干扰了

 endTaskList.vue为例,根据下面的提示打开 endTaskList.vue发现gisquestcomponents-workcenter这个组件

 

 问题原因

组件没有导入gisquestcomponents-workcenter

解决方法

按照提示执行npm installsave gisquestcomponents-workcenter

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注