Unable to use geoip packages in Remix

22 views Asked by At

I have tried using both geoip-lite and fast-geoip packages in Remix but they prevent the route from rendering.

const geoip = require('geoip-lite');

const geoip = require('fast-geoip');

I'm not sure what the issue could be?

0

There are 0 answers