#!/bin/sh # Setup proxies npm config set proxy http://proxy.example.com:8080 npm config set https-proxy http://proxy.example.com:8080