How can I update npm itself?

I am trying to update npm itself:

npm uninstall npm -g

Responds with:

unbuild [email protected]

But when I go:

npm --version

I get 1.4.28? How to upgrade the npm itself?

Leave a Comment