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
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"
}
}
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: