Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed "Cannot read property 'prototype' of undefined" #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed "Cannot read property 'prototype' of undefined" #9

wants to merge 1 commit into from

Conversation

amok
Copy link

@amok amok commented Apr 26, 2015

Related: http-party/node-http-proxy/issues/809

trace:

Registering "grunt-bbb-server" local Npm module tasks.
Reading /DIR/node_modules/grunt-bbb-server/package.json...OK
Parsing /DIR/node_modules/grunt-bbb-server/package.json...OK
Loading "server.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined
>>     at Object.exports.inherits (util.js:634:43)
>>     at Object.<anonymous> (/DIR/node_modules/grunt-bbb-server/node_modules/http-proxy/lib/http-proxy/index.js:108:17)
>>     at Module._compile (module.js:460:26)
>>     at Object.Module._extensions..js (module.js:478:10)
>>     at Module.load (module.js:355:32)
>>     at Function.Module._load (module.js:310:12)
>>     at Module.require (module.js:365:17)
>>     at require (module.js:384:17)
>>     at Object.<anonymous> (/DIR/node_modules/grunt-bbb-server/node_modules/http-proxy/lib/http-proxy.js:4:17)
>>     at Module._compile (module.js:460:26)

@williamhbutt
Copy link

Please merge ASAP. This caused my team some serious frustration. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants