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

如下错误

../vue-hackernews-2.0> yarn
yarn install v1.12.3
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
error [email protected]: 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.
1912618-7470c1db7f659b1e.png
image.png

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

 yarn config set ignore-engines true

猜你喜欢

转载自blog.csdn.net/weixin_33862041/article/details/87199506