Konstantinos Stratis

Results 28 comments of Konstantinos Stratis

More verbose but much more clear answer 🙏

Thanks! Seems to be the next best thing after #13507.

Hi @Marius-Romanus ! This release pulls some additional external dependancies which you might be missing. Could you plz run npm install and report back? Thanks!

Please try deleting node_modules, force checkout develop branch and run npm ci. Let me know how it goes.

I think we got lost in the translation here. 🙂 You can either use `leaflet-geosearch` directly into your own project as a dependancy or crack it open and change it/modify...

Looks like you're missing a few types. Please add the following to your `package.json` under `devDependencies` and run `npm install` again: ```json "@types/google.maps": "^3.50.2", "@types/leaflet": "^1.8.0" ``` Not really sure...

I know it's not. For now though it's the best I can come up with. Perhaps @smeijer could share some further insight...

Is there any way we can "force" the library pull in these 2 automatically? ```json "@types/google.maps": "^3.50.2", "@types/leaflet": "^1.8.0" ``` I mean if the user doesn't have to do the...