About mongo’s useNewUrlParser warning
Recently I got this warning when trying to create a new MongoDB application (node:28962) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true }…