AgoraIO / agora-rtc-web

9 stars 2 forks source link

Install error in version 4.20.0 #4

Closed muhammedogz closed 9 months ago

muhammedogz commented 9 months ago

AgoraRTC SDK version

4.20.0

Fail Rate

1

Link to minimal reproduction

Any repo with "npm i agora-rtc-sdk-ng"

Steps to reproduce

Just run npm i agora-rtc-sdk-ng

What is expected?

Working installation

What is actually happening?

Not working :)

System Info

No response

Any additional comments?

No response

muhammedogz commented 9 months ago

It seems last version of agora-rte-extension is "1.2.3" but in some places, this package trying to get the wrong version as "1.2.4".

While waiting for a fix, I will be doing override in my package json like this.

  "overrides": {
    "agora-rte-extension": "1.2.3"
  }
rahulnainwalttn commented 9 months ago

@agora-js/media is trying to install agora-rte-extension "1.2.4". Facing same issue due to it.

rahulkarasiTtn commented 9 months ago

facing same issue

rohansingh-ttn commented 9 months ago

@agora-js/media is trying to install agora-rte-extension "1.2.4". Facing same issue due to it.

Yes @rahulnainwalttn, you are right!

Facing a similar issue with the dependencies. The "agora-rtc-sdk-ng" version is set to "4.19.3", and it has a dependency on @agora-js/media, which, in turn, relies on agora-rte-extension: 1.2.4. This results in a version mismatch issue.

rohansingh-ttn commented 9 months ago

It seems last version of agora-rte-extension is "1.2.3" but in some places, this package trying to get the wrong version as "1.2.4".

While waiting for a fix, I will be doing override in my package json like this.

  "overrides": {
    "agora-rte-extension": "1.2.3"
  }

i-am-stuck

Thanks, @muhammedogz, it's working now.

rohansingh-ttn commented 9 months ago

Finally agora-rte-extension: 1.2.4 is released. work-fire

@muhammedogz, I think you can close this issue now.

simo-an commented 9 months ago

agora-rte-extension "1.2.4" has been published!