yarn错误The engine "node" is incompatible with this module

左心房为你撑大大i 提交于 2020-08-10 18:46:03

今天在用yarn安装vue-cli时出现了错误
../vue-hackernews-2.0> yarn
yarn install v1.12.3
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@1.1.3: The platform "win32" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "10.14.2"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.










进行这个设置之后,会正常。 

yarn config set ignore-engines true


但是这是什么原因那?

解析如下:

我的node.js安装包是8.2版本的,支持vue-cli 3.0版本以上需要v8.9以上

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!