Closed scottdao closed 3 months ago
通过git clone 源码,通过yarn进行安装出现问题
我用nvm切换为node版本16.16.0,通过yarn安装包会报错:cheerio@1.0.0: The engine "node" is incompatible with this module. Expected version ">=18.17". Got "16.16.0"
将包切换到18.20.4版本时,通过yarn安装会报错:error @: The engine "node" is incompatible with this module. Expected version ">=14.17.0 <18". Got "18.20.4"
@scottdao 麻烦问下怎么解决的
@barryzhang123 package中的版本限制移除,然后更新f2elint至4.0.0,我在其他issues看到的,实测有效
通过git clone 源码,通过yarn进行安装出现问题
我用nvm切换为node版本16.16.0,通过yarn安装包会报错:cheerio@1.0.0: The engine "node" is incompatible with this module. Expected version ">=18.17". Got "16.16.0"
将包切换到18.20.4版本时,通过yarn安装会报错:error @: The engine "node" is incompatible with this module. Expected version ">=14.17.0 <18". Got "18.20.4"