node:3416) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

yarn 安装过程中报错,

解决办法:

执行:yarn install --ignore-engines 

 --ignore-engines 

是用于修复node版本不兼容的命令配置

本质上是忽略引擎版本检查

主要用于在install过程中的版本过低提示

原文地址:https://www.cnblogs.com/ljh-zw/p/15349043.html