generated from UMM-CSci-3601/3601-iteration-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Newer versions of Node have started to complain about the use of util._extend
, which was apparently never meant to be used outside of Node (or something). I'm not sure which of our dependencies might be using this or if we are using it in a way that I just can't find using search. It seems to somehow relate to using the side nav.
(node:94688) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Metadata
Metadata
Assignees
Labels
No labels