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

How to find pool module? #14

Closed
joson opened this issue Sep 26, 2010 · 3 comments
Closed

How to find pool module? #14

joson opened this issue Sep 26, 2010 · 3 comments

Comments

@joson
Copy link

joson commented Sep 26, 2010

Hi, I download node-http-proxy source package and put the node-http-proxy.js under $Node_Lib path. But I can't find the pool that required in node-http-proxy. So it throw the error. I also can't find this module in github.
Could u help me? Thanks in advanced.

@Marak
Copy link
Contributor

Marak commented Sep 26, 2010

You need to follow the installation instructions and install http-proxy via NPM. pool is a dependency listed in the package.json (http://github.com/nodejitsu/node-http-proxy/blob/master/package.json#L17) that will automatically get installed.

 npm install http-proxy

If you want to actually look at the pool project, it's here: http://github.com/mikeal/node-utils/tree/master/pool/

@joson
Copy link
Author

joson commented Sep 26, 2010

Thanks a lot.

@Marak
Copy link
Contributor

Marak commented Sep 26, 2010

closed

yawnt added a commit that referenced this issue Sep 15, 2013
[fix] 2 spelling mistakes
This issue was closed.
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