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
In the most recent versions of node, the new Buffer(length) constructor is deprecated, and has been replaced by Buffer.alloc(length). If Buffer.alloc is available, it should be used instead of new Buffer.