执行 “yarn install” 报如下谬误,谬误示意node版本不统一:
The engine "node" is incompatible with this module. Expected version XXX
解决形式:
疏忽谬误后从新yarn install
yarn config set ignore-engines true
执行 “yarn install” 报如下谬误,谬误示意node版本不统一:
The engine "node" is incompatible with this module. Expected version XXX
解决形式:
疏忽谬误后从新yarn install
yarn config set ignore-engines true