Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 27th, 2012  |  syntax: None  |  size: 0.70 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Node.js - cannot find module
  2. % node app.js
  3. node.js:116
  4.         throw e; // process.nextTick error, or 'error' event on first tick
  5.         ^
  6. Error: Cannot find module 'connect/middleware/router'
  7.     at Function._resolveFilename (module.js:299:11)
  8.     at Function._load (module.js:245:25)
  9.     at require (module.js:327:19)
  10.     at Object.<anonymous> (/home/gotts/Sites/nodejs-uploadr/lib/express/lib/express/server.js:17:14)
  11.     at Module._compile (module.js:383:26)
  12.     at Object..js (module.js:389:10)
  13.     at Module.load (module.js:315:31)
  14.     at Function._load (module.js:276:12)
  15.     at require (module.js:327:19)
  16.     at Object.<anonymous> (/home/gotts/Sites/nodejs-uploadr/lib/express/lib/express/index.js:28:31)