davidtsai / node-geoip2

Maxmind GeoIP2 database reader for geolocating ip addresses.
MIT License
60 stars 24 forks source link

Add process.platform restriction to prevent install on incompatible p… #21

Open babignano opened 7 years ago

babignano commented 7 years ago

…latforms.

We've been having an issue where our production systems are on linux, some of the team development Mac OSX and some on Windows PCs. This module has issues installing and working on Windows machines so we get errors when trying to npm install. We can't set it as an optional dependecy as it's needed for production.

This flag will prevent the module from being installed where it should

davidtsai commented 7 years ago

This use to compile and work on windows. Preferably we fix the windows problems rather that disabling it if anyone with a windows machine wants to take a crack :)