yarn install时node版本不一致问题
Posted dragonishare
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yarn install时node版本不一致问题相关的知识,希望对你有一定的参考价值。
执行 “yarn install” 报如下错误,错误表示node版本不一致:
The engine "node" is incompatible with this module. Expected version XXX
解决方式:
忽略错误后重新yarn install
yarn config set ignore-engines true
以上是关于yarn install时node版本不一致问题的主要内容,如果未能解决你的问题,请参考以下文章
Cannot find module 'vue-loader-v16/package.json'
运行 yarn install 时如何避免 node-gyp 重建?
Yarn install 在安装 node-forge 模块时出错
Yarn v3.0.2 为啥不安装 node_modules 文件夹?需要在 yarn 的命令之后运行 npm install 吗?