导入jeecg-boot-vu3 前端后
执行yarn install
执行后报一下错误
error ant-design-vue@3.2.15: The engine "node" is incompatible with this module. Expected version ">=12.22.0". Got "12.13.1"
error Found incompatible module.

如何解决呢,原来项目需要用低版本的node ,该项目需要高版本的node
http://nodejs.p2hp.com/download/
那么就安装多版本node
得用node 16.x+的版本
https://nodejs.org/download/release/latest-v14.x/

下载解压版


配置该项目的node版本

重新yarn install

启动
