Anyone else having trouble with npm at the moment? (npm install stuck at the “idealTree buildDeps” stage)
Edit: Solved. (Please see thread. No need to reply.) :)
Right, found the issue: I changed routers yesterday and it seems the one provided by Eir isn’t handling IPv6 properly (?) Anyway, turning IPv6 off for the Ethernet connection has fixed the issue for now. But, oddly, now I’m seeing “npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect” when I run npm install.
Going to look into why that is next.
My bad, I accidentally ran npm config set registry http:// registry.npmjs.org --global instead of *https* while troubleshooting.
All good now :)