This couldn’t be easier, if you already have NPM installed on your Mac. Please install here.
[raw] sudo npm cache clean -fsudo npm install -g n
sudo n stable
[/raw]
Now if you’re feeling adventurous update all NPM packages at once!
[raw] sudo npm update -g[/raw]