TIL : Today I learned
>
npm
>
npmのバージョンを上げる
npmのバージョンを上げる
$ npm install -g npm@latest
npm update -g npm
でも上がるが、バージョンを明示するほうが確実である。