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过程中的版本过低提示

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2021-11-09
  • 2021-06-29
  • 2021-07-16
  • 2021-11-19
  • 2022-03-09
猜你喜欢
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-09-25
  • 2022-12-23
相关资源
相似解决方案