You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item
Version
generator-angular-fullstack
v5.0.0-rc.2
Node
v10.7.0
npm
6.1.0
Operating System
Ubuntu 18.04 LTS
There are multiple uses of new Buffer(...) throughout the code. This has been deprecated since node v6.0.0 and these should be switched to the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead as appropriate.
The text was updated successfully, but these errors were encountered:
zeripath
pushed a commit
to zeripath/generator-angular-fullstack
that referenced
this issue
Jul 22, 2018
There are multiple uses of
new Buffer(...)
throughout the code. This has been deprecated since node v6.0.0 and these should be switched to the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead as appropriate.The text was updated successfully, but these errors were encountered: