Hacker News new | ask | show | jobs
by _fat_santa 1358 days ago
I worked for a place where they did wired stuff like this. Ended up that to install dependencies for a Node app, you had to:

1. Disconnect from VPN and run `npm install` until it failed

2. Connect to VPN "Profile 1" and run the command again until it fails

3. Connect to VPN "Profile 2" and run the command again until it fails.

4. Disconnect from VPN and run the command another time to finish installing all dependencies.

5. Reconnect to VPN to actually run the app.