gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

DeprecationWarning: Buffer() is deprecated #38

Closed hasezoey closed 6 years ago

hasezoey commented 6 years ago

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

only using the example, unmodifyed

Node: 10.x

hasezoey commented 6 years ago

Moved to #39