Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created January 31, 2013 08:07
Show Gist options
  • Select an option

  • Save justinvdm/4681191 to your computer and use it in GitHub Desktop.

Select an option

Save justinvdm/4681191 to your computer and use it in GitHub Desktop.
$ npm install express@2.x
$ mv node_modules/express node_modules/express2
$ npm install express@3.x
$ 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