Skip to content

Instantly share code, notes, and snippets.

@timbophillips
timbophillips / README.md
Created April 23, 2017 05:23 — forked from alienlebarge/README.md
Setting proxy with node.js

Node.js behind a proxy

Write proxy settings

$ npm config set proxy http://localhost:3128
$ npm config set https-proxy http://localhost:3128

This config is great for SquidMan app.