smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.04k stars 273 forks source link

Node.js 16 DeprecationWarning #286

Closed AntoineAA closed 3 years ago

AntoineAA commented 3 years ago

Hi,

There is a DeprecationWarning using Node.js 16 (Nuxt.js project).

 ERROR  (node:10619) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /{my-local-path}/node_modules/leaflet-geosearch/package.json.
Update this package.json to use a subpath pattern like "./*".
(Use `node --trace-deprecation ...` to show where the warning was created)

Best regards,

Antoine

AntoineAA commented 3 years ago

Hi @smeijer,

Here is the pull request: https://github.com/smeijer/leaflet-geosearch/pull/287