The engine “node“ is incompatible with this module.

217 阅读1分钟

解决

原因是nodejs版本冲突了

先运行

yarn config set ignore-engines true

再执行 yarn install

其中ignore-engines true是用于修复node版本不兼容的命令配置