How to install node.js modules downloaded manually

I know this question has been asked many times, but I have not been able to find a question that describes my exact situation. I installed node 0.10.18 on Windows 7 and was able to find many modules downloaded manually, now the problem is how to install these modules. For example, I want to install socket.io, I have it, as well as all the dependencies, as separate folders. What cache / installation parameters do I need to configure in order to allow local installation of this module and its dependencies? I do not have access to the internet connection, so I can not use npm, as if it is intended to be used ...

+3
source share

All Articles