Created
August 12, 2012 12:34
-
-
Save streunerlein/3331671 to your computer and use it in GitHub Desktop.
Revisions
-
streunerlein revised this gist
Aug 12, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # use the npm mirror: npm set registry http://ec2-46-137-149-160.eu-west-1.compute.amazonaws.com # you can reset this later with npm set registry npm set registry https://registry.npmjs.org/ -
streunerlein created this gist
Aug 12, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # use the npm mirror: npm set registry http://ec2-46-137-149-160.eu-west-1.compute.amazonaws.com/registry # you can reset this later with npm set registry npm set registry https://registry.npmjs.org/ # then use it normally: npm install express