@achrinza/node-ipc@9.2.2 报错
报错信息如下
@achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.12.1"
解决方式:
运行
yarn config set ignore-engines true
报错信息如下
@achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.12.1"
解决方式:
运行
yarn config set ignore-engines true