gdata-js
gdata-js copied to clipboard
Error displays in connect module
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.?