工作中有同事在用yarn安装依赖时,报错
看错误信息得知为版本问题,
image
The engine “node“ is incompatible with this module.
解决
原因是nodejs版本冲突了
先运行
yarn config set ignore-engines true
再执行yarn 安装依赖就好了
其中ignore-engines true是用于修复node版本不兼容的命令配置
工作中有同事在用yarn安装依赖时,报错
看错误信息得知为版本问题,
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
网友评论