Getting following error when trying to install the htmlextra package
$ npm install -S newman-reporter-htmlextra
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Removed event-stream from gulp-header
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
added 294 packages in 18s
13 packages are looking for funding
run `npm fund` for details
Those warnings are related to some of the dependencies in the projects, it looks like it installed without any errors. I’ll look at updating those where possible - There’s no timeline on that though.
Have you tried using Newman with the reporter? Did it successfully create a report for you?
If you have any issues with the reporter, please feel free to raise them directly on the repo:
ANd when executing: newman run collection.json -e env.json -r htmlextra
I get below error: newman: could not find “htmlextra” reporter ensure that the reporter is installed in the same directory as newman please install reporter using npm