Created
August 14, 2013 00:46
-
-
Save andru255/6227078 to your computer and use it in GitHub Desktop.
Configuracion para trabajar con debian con proxy con brunch + nodejs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo npm config set registry http://registry.npmjs.org/ | |
| sudo npm set proxy http://172.21.0.83:3128 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment