ReactiveX/rxjs

Infinete extraction of rxjs for nuxt

DrigaNicolai opened this issue · 3 comments

Describe the bug

When I try to init nuxt project and it comes to extract rxjs I am getting stucked
Screenshot_1

I tried to install rxjs appart and it was installed successfully with no error, but this step didn't help

Expected behavior

Successfully extracted

Reproduction code

No response

Reproduction URL

No response

Version

rxjs@6.4.0

Environment

No response

Additional context

No response

This looks like either nuxt or npm side issue. Any particular reason you think rxjs is the culprit?

Another packages were extracted successfully and iy took not more than a few seconds for this. Also, I tried to use two different npm versions

Please ensure npm verbose logs and confirm this isn't npm side issue. After all published rxjs package is plain tgz installed by npm, we don't have any control over. If you can confirm this is really not npm issue, please create a codesandbox or similar to reproduce and file a new issue.