https://github.com/kubernetes...,这开源项目,看后端是go, 前端用angular,我clone了整个项目,按照get start来安装了必要的工具,但是在web目录下执行npm start报错
PS D:\project\dashboard\modules\web> make
process_begin: CreateProcess(NULL, dirname D:/project/dashboard/modules/web/Makefile, ...) failed.
Makefile:3: /../../hack/include/config.mk: No such file or directory
process_begin: CreateProcess(NULL, dirname D:/project/dashboard/modules/web/Makefile, ...) failed.
Makefile:4: /../../hack/include/build.mk: No such file or directory
make: *** No rule to make target '/../../hack/include/build.mk'. Stop.
请问是缺了什么步骤吗?安装环境是win10