On a MacBook with the latest version of NodeJS, I am trying to update npm:
npm install npm@latest
The error message is:
npm ERR
I had the same problem, and I solve it:
uninstall node and npm, do as this answer.
then install node
brew install node
and npm will also be installed.