On a MacBook with the latest version of NodeJS, I am trying to update npm:
npm install npm@latest
The error message is:
npm ERR
Try to reinstall npm from the package in node v6.11.3LTS, and then
try to update to the latest npm v5.4.2
npm install npm@latest -g
and then update to the latest node v8.3.0
npm install node@latest -g