npm install npm@latest -g /usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/lib └── npm@4.6.1
Edit: nevermind, I found it --> https://github.com/npm/npm/releases this is the 'prerelease' release.
npm install -g npm@5
npm -g ls npm
+-- npm@5.0.0
npm install npm@next -g
Edit: nevermind, I found it --> https://github.com/npm/npm/releases this is the 'prerelease' release.