美文网首页
The engine “node“ is incompatibl

The engine “node“ is incompatibl

作者: 头发飘逸 | 来源:发表于2022-01-17 21:33 被阅读0次

工作中有同事在用yarn安装依赖时,报错
看错误信息得知为版本问题,


image

The engine “node“ is incompatible with this module.

解决

原因是nodejs版本冲突了
先运行

yarn config set ignore-engines true

再执行yarn 安装依赖就好了
其中ignore-engines true是用于修复node版本不兼容的命令配置

相关文章

网友评论

      本文标题:The engine “node“ is incompatibl

      本文链接:https://www.haomeiwen.com/subject/jplhhrtx.html