Picture of Jonathan Briggs
(node:833) DeprecationWarning
by Jonathan Briggs - Monday, 13 August 2018, 8:37 AM
 

Hi everyone, after updating to authoring tool 0.5.0 everything appears to be running fine so far but I'm seeing the following deprecation warning…

(node:833) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.

To be honest I don't know how to fix this or whether it's something I should be stressing over.

 

framework 2.2.5

node v8.11.3

npm v6.3.0

Any thoughts?

Thanks, Jonathan

Picture of Matt Leathes
Re: (node:833) DeprecationWarning
by Matt Leathes - Monday, 13 August 2018, 9:11 AM
 
To be honest I don't know how to fix this or whether it's something I should be stressing over.

Short answer is that it's not something you should be stressing over

Picture of Tom Greenfield
Re: (node:833) DeprecationWarning
by Tom Greenfield - Monday, 13 August 2018, 9:19 AM
Picture of Jonathan Briggs
Re: (node:833) DeprecationWarning
by Jonathan Briggs - Monday, 13 August 2018, 9:45 AM
 

thanks very much