Closed I-keep-trying closed 2 years ago
Your NPM is indeed configured to look up for all packages in HERE registry. You can try changing it to only include
@here:registry = "https://repo.platform.here.com/artifactory/api/npm/maps-api-for-javascript/"
Hey thanks for the quick response.
Everything works now, and I now have a working example using React Hooks. Please feel free to review and let me know if it's useful.
Following the instructions here: https://developer.here.com/documentation/maps/3.1.26.0/dev_guide/topics/react-practices.html
I have succeeded in installing the maps api for javascript, and rendered a basic map, however, I cannot proceed to install the resize package. The error in my console is as follows:
My npm config file contains the following:
How do I install the resize detector package? Something seems to be missing from the instructions. I don't see that package at all in the artifactory repo either.