问题:vscode中执行yarn install时候报错
error image-size@1.1.1: The engine "node" is incompatible with this module. Expected version ">=16.x". Got "14.15.0"
解决方法:执行yarn config set ignore-engines true

问题:vscode中执行yarn install时候报错
error image-size@1.1.1: The engine "node" is incompatible with this module. Expected version ">=16.x". Got "14.15.0"
解决方法:执行yarn config set ignore-engines true


被折叠的 条评论
为什么被折叠?