Closed AlexRRR closed 9 years ago
:+1:
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
...
Confirmed working fix, thanks! Looking forward to this getting merged.
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.