You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Argument at index 1 of UMD factory call is not a `require` call with a single string argument:
factory(require('@angular/core'),exports, require('@angular/core'), require('leaflet'))
If I then remove @asymmetrik/ngx-leaflet, installation works just fine..
The text was updated successfully, but these errors were encountered:
I just published a new version of the library that's compatible with Angular 13. As part of the new version, I migrated to use the ng-packagr build pipeline for libraries. So, check it out and see if it resolves your issue. If not, provide more details (versions, build system, etc.) and maybe someone can help out.
First running
and then
gives me the following error..
If I then remove @asymmetrik/ngx-leaflet, installation works just fine..
The text was updated successfully, but these errors were encountered: