According to the npm docs, you can try the following: (note: you might have to use sudo)
sudo
npm install -g npm@latest
According to this post, you can also do npm update:
npm update
npm update -g npm