How to update nodejs on OS X

,

Adding here as reference.

  1. node -v
  2. npm cache clean -f
  3. npm install -g n
  4. n stable\
  5. node -v