Node.jsとnpmをアップデートする方法
nのインストール npm install -g n Node.jsのバージョンの確認 n --stable Latestの確認 n --latest Latestのインストール n latest npmのアップデート npm update -g npm すべてのGlobalパッケージをアップデート npm update -g 古いGlobalパッケージの確認方法 npm outdated -g