error @achrinza/node-ipc@9.2.2: The engine “node” is incompatible with this module. Expected version “8 || 10 || 12 || 14 || 16 || 17”. Got “18.17.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
没有yarn需要先使用npm install -g yarn
自动导入依赖输入yarn install