I have Nodejs and NPM installed on my computer, and i'm trying to install Newman to run my Postman collection, but after writing on my command line "npm install -g newman", i get the following warnings:-
- npm WARN deprecated har-validator@5.1.5: this library is no longer supported
- npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher
- 5 packages are looking for funding run
npm fund
Then when i run "newman -v" on my command line, i get eror message "newman' is not recognized as an internal or external command, operable program or batch file". I canät really get to install newman, what could be the issue?