@pastormingle valid-url was removed in 2.16,

and the module didn’t do ument using it.

so, if the module has a package.json file do, in the module folder

npm install valid-url

if no package.json, then

in the module folder do
npm init -y
npm install valid-url

there are 3 libs we know of

valid-url
request
rrule-alt