[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and
usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or
Buffer.from() methods instead.
2 个答案:
答案 0 :(得分:1)
纱线使用不推荐使用的新Buffer()。
升级节点/纱线版本或yarn global add yarn也许可以解决。能请您确认一下!
答案 1 :(得分:1)
您使用的是新版本Node.js,yarn使用的代码类似于new Buffer()(Buffer() is deprecated)。
最新版本yarn尚未修复,您只需等待。