LoginSignup
15

More than 5 years have passed since last update.

node.jsをアップデートする

Posted at

nのインストール

$npm install -g n

アップデート

$sudo n stable //安定版
$sudo n latest //最新版

バージョン確認

$node -v
v9.2.0

(参考)
https://parashuto.com/rriver/tools/updating-node-js-and-npm

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15