I'm running API postman collections in azure pipelines and want to generate results using newman reporter htmlextra, but it's failing, and I get an error message "error code ENOTFOUND"
I tried installing the HTML reporter with the following command: npm install -g newman-reporter-html and running the collection from the command line, after newman run collection.json e environment --reporters html --reporters cli,junit --reporter-junit-export results\newman-results.xml, i expect the report to be generated, but it's failing to install the reporter, giving me a message: error network request to https://registry.npmjs.org/newman-reporter-htmlextra failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org