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
You can uninstall node current version, and install a early version that support npm. Then run npm install npm@latest -g and install current node version. It's work for me