天天看點

【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

導入jeecg-boot-vu3 前端後

執行yarn install

執行後報一下錯誤

error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.22.0". Got "12.13.1"
error Found incompatible module.
           
【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

如何解決呢,原來項目需要用低版本的node ,該項目需要高版本的node

http://nodejs.p2hp.com/download/

那麼就安裝多版本node

得用node 16.x+的版本

https://nodejs.org/download/release/latest-v14.x/

【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

下載下傳解壓版

【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version
【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

配置該項目的node版本

【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

重新yarn install

【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

啟動

【jeecg-boot-vu3】The engine “node“ is incompatible with this module. Expected version

繼續閱讀