yarn install报错:error @achrinza/node-ipc@9.2.2: The engine “node“ is incompatible with this module
原因是node版本不兼容,亲测再不更改node版本的情况下可以兼容:
yarn config set ignore-engines true
yarn install报错:error @achrinza/node-ipc@9.2.2: The engine “node“ is incompatible with this module
原因是node版本不兼容,亲测再不更改node版本的情况下可以兼容:
yarn config set ignore-engines true