I'm trying to install karma with npm on a computer not connected to the internet.
On a connected computer I executed "npm pack karma", took the tgz file and tried to run "npm install karma-0.10.4.tgz" but got this error:
npm ERR! network getaddrinfo ENOTFOUND
Any idea how to solve this? Thanks!