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

Bump up version of http-proxy #33

Merged
merged 1 commit into from
May 3, 2015
Merged

Conversation

AlexRRR
Copy link

@AlexRRR AlexRRR commented Apr 29, 2015

I managed to track down issue #32, it was simply a matter of bumping up the version of http-proxy. I don't know the details of why but it seems it does not play well with util.inherits.

@amokhtar
Copy link

👍

@inakianduaga
Copy link

Thanks!

Until the PR is merged, in the meantime I'm manually updating all npm packages on my dockerized doorman image build before installing doorman packages

#Dockerfile
... 
RUN npm install -g npm-check-updates && \
         npm-check-updates -u && \ 
         npm install
...

@pdehlke
Copy link

pdehlke commented May 1, 2015

Confirmed working fix, thanks! Looking forward to this getting merged.

mnutt added a commit that referenced this pull request May 3, 2015
Bump up version of http-proxy
@mnutt mnutt merged commit 6cc7b23 into movableink:master May 3, 2015
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.

5 participants