In registry-key.js, there's currently the following call to url.format, which currently is dropping the path: ``` const formatted = url.format({ host: parsed.host, path: parsed.path, slashes: parsed.slashes })` ``` It looks like (presumably after https://github.com/nodejs/node/pull/303) 'path' is no longer supported, and we need to use 'pathname' instead. https://nodejs.org/api/url.html#url_url_format_urlobject