antdpro / antdp

一个基于 antd 和 umi 的初始级别项目,集成路由、dva(Redux)、选项卡等特性,用于简化 antd 5.x + 的部分使用。
https://antdpro.github.io/antdp
MIT License
18 stars 18 forks source link

yarn install 项目报错,提示node版本号不对,文档没及时更新依赖说明 #238

Closed xingyuefeng closed 1 year ago

xingyuefeng commented 1 year ago

当前node版本 v16.13.1

error execa@7.1.1: The engine "node" is incompatible with this module. Expected version "^14.18.0 || ^16.14.0 || >=18.0.0". Got "16.13.1"
error Found incompatible module.

https://antdpro.github.io/antdp/#/docs/quick-start 文档有问题,没说明具体需要哪个版本的node,只是笼统的说了下需要 14、16、18以上的版本。

image

这里的16.10.0按理说也不能install成功