最近,安装了Node最新的版本20.10.0,在执行yarn安装依赖时爆了如下的错误。

error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

如果逐个的进行升级,可能会比较麻烦,那我们可以使用如下的命令来忽略引擎的检查,命令如下。

yarn config set ignore-engines true

执行完上面的命令后,会看到如下的提示。

xianghong@xiangdembp vue-music % yarn config set ignore-engines true
yarn config v1.22.19
success Set "ignore-engines" to "true".
✨  Done in 0.04s.

此时,再次执行yarn install命令安装以来包就没有任何的问题了。


xiangzhihong
5.9k 声望15.3k 粉丝

著有《React Native移动开发实战》1,2,3、《Kotlin入门与实战》《Weex跨平台开发实战》、《Flutter跨平台开发与实战》1,2和《Android应用开发实战》