Try to remove /usr/local/lib/node_modules/npm
and reinstall node again. This should work.
On MacOS with Homebrew:
sudo rm -rf /usr/local/lib/node_modules/npm
brew reinstall node
Try to remove /usr/local/lib/node_modules/npm
and reinstall node again. This should work.
sudo rm -rf /usr/local/lib/node_modules/npm
brew reinstall node