nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
928 stars 214 forks source link

Metro Bundler error when resolving modules inside node-geocoder #292

Closed ziyaddin closed 4 years ago

ziyaddin commented 4 years ago
error: bundling failed: Error: Unable to resolve module `util` from
`node_modules/node-geocoder/lib/httpadapter/httpsadapter.js`: util could not
be found within the project.

This error applies to other modules such as querystring, https, url too.

nchaulet commented 4 years ago

Hi @ziyaddin This module is mean to run with node, if you want a geocoder for react native you should probably look for another module.