Skip to content

Conversation

meriturva
Copy link

No description provided.

@anarchyologist
Copy link

Hey is anyone able to merge this please?

@maxailloud
Copy link

Anyone maintaining this package could approve this PR? It's really blocking.

@Olha
Copy link

Olha commented Jul 10, 2025

@maxailloud

I removed [email protected] from the file package.json

and added to package.json

"scripts": {
    // ...
    "postinstall": "npm install [email protected] --legacy-peer-deps --no-save"
  },

You can continue using npm install as usual

Hopefully this gets you unblocked until it's merged

@ChristofFritz
Copy link

You can just override the peer dependencies of this package if you add this to your package.json:

  "overrides": {
    "angular-google-tag-manager": {
      "@angular/common": "20.1.2",
      "@angular/compiler": "20.1.2"
    }
  },

@pepijnxip
Copy link

When will this be merged 😁 ?

@JordhanMadec
Copy link

Up ! We're still waiting for this to be merged guys 🙏🏼

@BojanKogoj
Copy link

You can just override the peer dependencies of this package if you add this to your package.json:

  "overrides": {
    "angular-google-tag-manager": {
      "@angular/common": "20.1.2",
      "@angular/compiler": "20.1.2"
    }
  },

It should use ^ or you need exact version in override

"overrides": {
    "angular-google-tag-manager": {
      "@angular/common": "^20.1.2",
      "@angular/compiler": "^20.1.2"
    }
  }

@guillaume-moreau
Copy link

Hi !

Also interested in the Angular 20 support :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants