npm 3.9 Mac osx 10.11.5
When I do:
npm cache clean
sudo npm install npm -g
it does show progress bar, does its work, but npm is still 3.9.0, should be 3.9.2.
Also with package, for example:
sudo npm update -g yo
Doesn't do anything. I'm returned to command line without any progress bar or operation details, and package is still old version.
Is there a known problem with npm registry ?