yujiokayama
6/25/2017 - 10:23 AM

Node.jsとnpmをアップデートする方法

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