
Untitled
By: a guest on
May 3rd, 2012 | syntax:
None | size: 0.81 KB | hits: 19 | expires: Never
$ coffee app.coffee
TypeError: Object function (options){
if ('object' == typeof options) {
return new HTTPSServer(options, Array.prototype.slice.call(arguments, 1));
} else {
return new HTTPServer(Array.prototype.slice.call(arguments));
}
} has no method 'use'
at Object.<anonymous> (/.../app.coffee:6:7)
at Object.<anonymous> (/.../app.coffee:7:4)
at Module._compile (module.js:402:26)
at Object.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script.js:62:19)
at /usr/local/lib/node_modules/coffee-script/lib/command.js:120:29
at /usr/local/lib/node_modules/coffee-script/lib/command.js:90:26
at [object Object].<anonymous> (fs.js:107:5)
at [object Object].emit (events.js:61:17)
at afterRead (fs.js:878:12)
at wrapper (fs.js:245:17)
$ node app.js
(no errors)