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
agm is abandoned and causes issues during npm install due to conflicting dependencies. You must use npm install --force to install. We should migrate to ng-maps.
agm also causes this warning during build:
Warning: /home/aorth/src/git/OpenRXV/frontend/src/app/explorer/explorer.module.ts depends on '@agm/snazzy-info-window'. CommonJS or AMD dependencies can cause optimization bailouts.For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
The text was updated successfully, but these errors were encountered:
agm is abandoned and causes issues during
npm install
due to conflicting dependencies. You must usenpm install --force
to install. We should migrate to ng-maps.agm also causes this warning during build:
The text was updated successfully, but these errors were encountered: