angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.13k stars 1.24k forks source link

chore(server): migrate from new Buffer to Buffer.from #2754

Closed zeripath closed 5 years ago

zeripath commented 5 years ago

new Buffer(...) has been deprecated since node v6.0.0 and Buffer.from methods should used instead

Fixes #2753

(This pull request will conflict with pull request #2750 - but the conflict is very easy to resolve.)