Bug
This post represents the fix for the bug hunting report that was merged on the AnyChart NodeJS module github repository.
A missing prerequisite was the issue that causes this message to appear: 'Warning! Please install rsvglib utility. (https://github.com/AnyChart/AnyChart-NodeJS)'
Fix
The solutions was to add librsvg2-bin
as an extra prerequisite to the apt-get install command.
I had found this bug originally while working on an @aggroed's project called AgX.
How
As any good Utopian, when I find a bug in open source software, I created a bug hunting post and then created a pull request on the github repository of the project with the fix, and finally file a development post just like this one. You can do it too.
Posted on Utopian.io - Rewarding Open Source Contributors