当前位置:编程学习 > JS >>

error @achrinza/node-ipc@9.2.2:

error @achrinza/node-ipc@9.2.2: The engine “node“ is incompatible with this module. Expected version

执行yarn install包安装时,老是出现下面错误:
error @achrinza/node-ipc@9.2.2: The engine “node” is incompatible with this module. Expected version

原因
下载的vue项目不支持18版本的node,需要降级到8 || 10 || 12 || 14 || 16 || 17其中的一个版本

查资料都要卸载当前18版本,然后重新安装一个可支持的版本去覆盖,或者重新安装一个版本,使用nvm去切换当前项目的运行版本。
但很麻烦,不想去改变自己的node版本。

可以执行

# 兼容命令
yarn config set ignore-engines true 

再次执行yarn install,执行成功!

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,