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
1001
2550
1134

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