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