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

Error on examples. #22

Closed
leinwon opened this issue Jul 4, 2014 · 2 comments
Closed

Error on examples. #22

leinwon opened this issue Jul 4, 2014 · 2 comments

Comments

@leinwon
Copy link

leinwon commented Jul 4, 2014

I'm on Mac OS 10.9.2 I am getting the following error with you module.

> npm install 
> node examples/online.js
util.js:538
  ctor.prototype = Object.create(superCtor.prototype, {
                                          ^
TypeError: Cannot read property 'prototype' of undefined
    at Object.exports.inherits (util.js:538:43)
    at Object.<anonymous> (player/node_modules/pool_stream/lib/pool.js:33:6)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (player/node_modules/pool_stream/index.js:1:80)
    at Module._compile (module.js:449:26)
@guo-yu
Copy link
Owner

guo-yu commented Jul 5, 2014

your node version is ?

@leinwon
Copy link
Author

leinwon commented Jul 5, 2014

This was on v0.8.19. I update to the latest v0.10.29 and everything worked =)

@leinwon leinwon closed this as completed Jul 5, 2014
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

No branches or pull requests

2 participants