question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

angular cli freezes at extracting "rxjs"

See original GitHub issue

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> angular cli freezes at extracting "rxjs"
- [ ] feature request

Versions.

Angular CLI V 1.5.0

Repro steps.

Install node.js run npm install -g @angular/cli

The log given by the failure.

[ …] / extract:rxjs: sill pacote rxjs@https://registry.np anced-match@0.4.2 checking installable status

Desired functionality.

Mention any other details that might be useful.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
avalanchycommented, Nov 11, 2017

Ok, it unfreezes after a long time.

From the output grabbed this gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/8.9.1". After googling this line I found a solution of adding an extra flag “unsafe-perm” (which is not documented in npm install manual) that fixes the problem:

sudo npm i --unsafe-perm --verbose -g @angular/cli
3reactions
luchofisicommented, Feb 6, 2019

que desgracia uno queriendo aprender y ya padecer con problema tras otro tras otro, paciencia paciencia

Read more comments on GitHub >

github_iconTop Results From Across the Web

install stuck when extract rxjs · Issue #9942 - angular cli - GitHub
This appears to be an npm installation issue, which is not something that we're able to assist with, please see the possible duplicate...
Read more >
NPM install hangs when installing packages - Stack Overflow
It always hangs at. extract:rxjs: sill extract big.js@3.1.3. I tried npm cache verify no luck. Here is packages.json
Read more >
angular cli freezes at extracting "rxjs" - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >
Bug #1969232 “Angular npm install hangs on extract:rxjs”
Running "npm install" in Open-ILS/src/eg2 results in npm freezing on extract:rxjs and pegging the CPU. It turns out, the underlying problem ...
Read more >
Angular CLI Install Fails on RxJS - DEV Community ‍ ‍
We tried installing the previous version of the Angular CLI. This failed, as well. npm install -g @angular/cli@12.2.16.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found