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
The address() function uses os.networkInterfaces(). A currently undocumented change in Node 18 resulted in the type of defails.family becoming a number.
Naturally, calling .toLowerCase() on the number throws an error.