If you are running Ubuntu, then remove npm from: /usr/local/lib/node_modules/npm & /usr/local/bin/npm
Check node Version: node -v
Clear Cache: rm -rf ~/.npm
Finally, reinstall npm@latest version: curl -qL https://www.npmjs.com/install.sh | sh