Created
January 31, 2013 08:07
-
-
Save justinvdm/4681191 to your computer and use it in GitHub Desktop.
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
$ npm install [email protected] | |
$ mv node_modules/express node_modules/express2 | |
$ npm install [email protected] | |
$ mv node_modules/express node_modules/express3 |
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
var express2 = require('express2'), | |
express3 = require('express3'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment