mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

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.

Aral Balkan

My bad, I accidentally ran npm config set registry http:// registry.npmjs.org --global instead of *https* while troubleshooting. 🤦‍♂️

All good now :)

#npm#ipv6#stuck