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

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.69 KB  |  hits: 12  |  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. Express 2.5.3 not working on Mac OS 10.6 (Snow Leopard)
  2. express@2.5.3 /usr/lib/node_modules/express
  3. ├── mkdirp@0.0.7
  4. ├── mime@1.2.4
  5. ├── qs@0.4.0
  6. └── connect@1.8.5
  7.        
  8. $ /usr/bin/express -s -t jade
  9.  
  10. node.js:134
  11.         throw e; // process.nextTick error, or 'error' event on first tick
  12.         ^
  13. TypeError: Object #<Object> has no method 'platform'
  14.     at Object.<anonymous> (/usr/lib/node_modules/express/bin/express:34:25)
  15.     at Module._compile (module.js:402:26)
  16.     at Object..js (module.js:408:10)
  17.     at Module.load (module.js:334:31)
  18.     at Function._load (module.js:293:12)
  19.     at Array.<anonymous> (module.js:421:10)
  20.     at EventEmitter._tickCallback (node.js:126:26)