Tiven

Tiven

博观而约取,厚积而薄发

天问的个人网站(天问博客),专注于Node.js、Vue.js、React、Vite、Npm、Nginx等大前端技术。不断学习新技术,记录日常开发问题,持续分享coding,极客开源,共同进步。生命不息,奋斗不止... [ hexo blog ]

yarn安装模块报错:The engine 'node' is incompatible with this module


在使用 yarn 全局安装 umi 脚手架工具时报错:The engine "node" is incompatible with this module.

yarn

一、报错原因

主要是因为 nodejs 版本冲突了,所以使用 yarn 命令在进行版本检查时报错。

二、解决办法

忽略引擎版本检查,设置 ignore-engines=true 修复版本不兼容的问题。执行以下命令:

yarn config set ignore-engines true

再次使用 yarn 来构建、下载安装就畅通无阻了。

让记录成为一种习惯 ^_^


欢迎访问:天问博客