执行yarn install报错error @ctrl/tinycolor@3.4.0: The engine "node" is incompatible with this module的解决办法
执行yarn install的时候报错
error @ctrl/tinycolor@3.4.0: The engine "node" is incompatible with this module. Expected version ">=10". Got "6.17.1"
error Found incompatible module.

解决办法:
执行
[root@slave02 alist-web-main]# yarn config set ignore-engines true
yarn config v1.22.10
success Set "ignore-engines" to "true".
Done in 0.06s.
看字面的意思是打开ignore-engines
执行完之后重新执行yarn install,没有报错了。
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。