We are connected through a proxy and here, git is blocked ( not the website but on git//: ) we tried with egit, "git on windows", with and without proxy but not a single clone to local happened.
Now the problem is to install npm modules, I tried by downloading modules(zip) from git website (over web) and tried the local install, which worked but the problem here is huge number of dependencies, it is not easy to pull modules one by one to fill dependencies (and inner dependencies).
So how to solve this problem, I feel there can be three ways to find solution:
- Allowing git tunneling through firewall (i have no friends in n/w team ).
- Suggest me some way to pull modules with dependencies over http:// (and not git://) when doing npm install.
- Download from git website modules + full dependencies, in single shot.