gdata-js icon indicating copy to clipboard operation
gdata-js copied to clipboard

Error displays in connect module

Open subhrajyotiw5rtc opened this issue 11 years ago • 0 comments

Hello,I am getting the following errors when running the test.js file.

Errors:

TypeError: Object function createServer() { function app(req, res, next){ app.handle(req, res, next); } merge(app, proto); merge(app, EventEmitter.prototype); app.route = '/'; app.stack = []; return app; } has no method 'bodyParser'

Can you please help me for resolving this problem.?

subhrajyotiw5rtc avatar Nov 13 '14 06:11 subhrajyotiw5rtc