I updated to the latest node v9.1.0 and now npm doesn\'t work.
npm WARN npm npm does not support Node.js v9.1.0
Had similar issue in ubuntu, below helped solving it.
Remove existing versions of npm and node:
sudo apt --auto-remove purge npm sudo apt --auto-remove purge nodejs
Re-install node