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

The engine "node" is incompatibl

作者: Jesse_001 | 来源:发表于2022-12-25 17:07 被阅读0次

yarn安装项目依赖包时报错,node版本不兼容问题解决方式

  1. 重新安装node为提示的版本;
  2. 配置忽略node引擎版本:
yarn config set ignore-engines true

提示配置success后重新yarn add即可

PS: 因为我的老电脑装的是win7系统,无法升级node版本了,又懒得再因为装个依赖重装系统,所以我选择的第二种方案。

相关文章

网友评论

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

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