Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created January 31, 2013 08:07
Show Gist options
  • Save justinvdm/4681191 to your computer and use it in GitHub Desktop.
Save justinvdm/4681191 to your computer and use it in GitHub Desktop.
$ npm install [email protected]
$ mv node_modules/express node_modules/express2
$ npm install [email protected]
$ mv node_modules/express node_modules/express3
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