yarn install后报错
The engine “node“ is incompatible with this module. Expected version
解决方案1:卸载node重装指定版本范围的
我试了几个版本都报错,采用的是方案2
解决方案2:忽略错误后重新 yarn install
yarn config set ignore-engines true
yarn install后报错
The engine “node“ is incompatible with this module. Expected version
我试了几个版本都报错,采用的是方案2
yarn install
yarn config set ignore-engines true