$ node -v
v9.11.1
$ npm -v
5.6.0
macOS 10.13.4
After installing the current version Node version https://nodejs.org/en/, I'm seeing the following information when using npm in the terminal:
╭─────────────────────────────────────╮
│ │
│ Update available 5.6.0 → 5.8.0 │
│ Run npm i -g npm to update │
│ │
╰─────────────────────────────────────╯
Shouldn't the latest version of NPM be included in the current Node distribution?