Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno install failing for npm:webex package #28351

Open
MaxDeAngelis opened this issue Feb 28, 2025 · 2 comments
Open

Deno install failing for npm:webex package #28351

MaxDeAngelis opened this issue Feb 28, 2025 · 2 comments
Labels

Comments

@MaxDeAngelis
Copy link

Version: Deno 2.2.2

We have been trying to migrate an npm project to use deno but ran into what seems to be an infinite loop when running deno install with the following imports defined.

{
  "imports": {
    "webex": "npm:webex"
  }
}
@DioLps
Copy link

DioLps commented Mar 5, 2025

I just ran some tests, and I could reproduce the behavior on v2.2.2

Since their published a new version, I tried as well on v2.2.3 and the issue seem to also happen on the new version, but now it's 10x slower, it just keep looping over these two states:

Image

Image

@yinheli
Copy link

yinheli commented Mar 5, 2025

Same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants