Skip to content

npm uninstall <pkg> -g isn't doing what it's supposed to do #1101

Discussion options

You must be logged in to vote

The error you're receiving comes from the IPv6 check. It's a generic check that attempts to contact localhost via TCP (essentially a ping) on the IPv6 local address ([::1]). It looks like your system is configured to use IPv6, but something is wrong. In particular, your system seems to be hitting this line of code, which is an Operating System level error (i.e. unknown to NVM4W). This is Go's generic network dialer, the part that is responsible for initiating any kind of network connection.

If your system is also configured to use IPv4 and you're successfully able to npm install other public modules, then your private registry connection is the problem. I don't know how npm represents its…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ChristianSchieder
Comment options

@coreybutler
Comment options

Answer selected by ChristianSchieder
@ChristianSchieder
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants