RafalWilinski / express-status-monitor

🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
https://dynobase.dev/
MIT License
3.61k stars 255 forks source link

eventloop vs node-alpine #143

Closed paulodfreitas closed 4 years ago

paulodfreitas commented 4 years ago

Hi,

First thank you. This package is a great work.

The new version add dependency of event-loop, that depend of node-gyp, and required a Python executable to properly install. This addition is a problem for users, like me, who are deploying our applications using node alpine Docker images, because this images doesn't come with Python to be as light as possible.

Is possible to make the new version (1.3.0) a BC version (so 2.0), or implement it in a manner that event-loop dependency is a required-package?

RafalWilinski commented 4 years ago

Thanks for this bug report @paulodfreitas! I wasn't aware of that. Going to address this problem asap

paulodfreitas commented 4 years ago

👍

Naxos84 commented 4 years ago

This still seems to be an issue? Is there any progress? What version is needed to be able to have the python error removed?

paulodfreitas commented 4 years ago

Version 1.3.3 should work fine without python.