美文网首页
yarn错误The engine "node"

yarn错误The engine "node"

作者: TOPro | 来源:发表于2019-01-11 11:17 被阅读319次

如下错误

../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.
image.png

进行这个设置之后,会正常。 原理等待补充

 yarn config set ignore-engines true

相关文章

网友评论

      本文标题:yarn错误The engine "node"

      本文链接:https://www.haomeiwen.com/subject/ghotdqtx.html