rapomon / geojson-places

Reverse geocoding to determine the location where it is contained (continent, country, region and state) from the latitude and longitude specified. This module also has tools to get lists of continents, country groupings, countries, regions and states in the specified language.
ISC License
52 stars 13 forks source link

Missing dependency #10

Closed shivika closed 2 months ago

shivika commented 5 months ago

Hi, I am trying to use this package and am getting the following error:

Module not found: Error: Can't resolve 'fs' in...

from this import in the index.js file

image

It doesn't seem to be listing in package.json either. Am I missing something?

Thanks!

rapomon commented 2 months ago

The library is developed to be used with node.