How can I install Newman on Private Network with No Internet Connection

My question:

Does anyone know if there is a way of installing newman without a connection to the internet, i.e. is there an msi, executable downloadable version that can be installed without any connection outside a private environment?

I can install Node.Js as this is a downloadable executable, but cannot find anything for newman

Hi @pabloh1 have you find any solution ?

Newman is a Node application, so what you are really asking is how to install node applications offline.

Google is your friend.

windows - How to install NodeJS project locally without internet connection? - Stack Overflow

Install it on an Internet connected machine, and then use “NPM Pack” to create a tarball of the project, which can be copied to the other machine.