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
When running a hook with deprecated api usage you can see:
(node:13604) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`,
`Buffer.allocUnsafe()` or `Buffer.alloc()` instead.
if you try to use a package like trumpet things get even weirder.
Possible solutions would be to somehow set the process the same way as passing --no-deprecation in the cli, perhaps nodejs/node@c6656db can shed some light on that.
The text was updated successfully, but these errors were encountered:
When running a hook with deprecated api usage you can see:
if you try to use a package like
trumpet
things get even weirder.Possible solutions would be to somehow set the process the same way as passing
--no-deprecation
in the cli, perhaps nodejs/node@c6656db can shed some light on that.The text was updated successfully, but these errors were encountered: