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
Please tell us how to recreate the issue in as much detail as possible.
Steps to reproduce:
Ensure node v10 is used (node --version)
Run tns debug ios command and open the provided debug chrome dev tools url.
The following deprecation warning is shown on console:
(node:93714) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.