図書館合金 Part 2

programming and books, music etc.

nodeとnpmのそれ自身のアップデート

nodeのバージョンが古いらしくて以下のように怒られたので。

You are running version 6.8.0 of Node, which will not be supported in future
versions of the CLI. The official Node version that will be supported is 6.9 and greater.

はてどうだったかなと。確かnodeはbrewで入れたような記憶もあるが確かではない。。。 ということで調べてみると、

n

というのがあるんだそうだ。(冗談ではないらしい)

npm install -g n

としてnをインストールして、

sudo n latest

     install : node-v7.10.0
       mkdir : /usr/local/n/versions/node/7.10.0
       fetch : https://nodejs.org/dist/v7.10.0/node-v7.10.0-darwin-x64.tar.gz
######################################################################## 100.0%
   installed : v7.10.0

インストールできた。

実践Node.js プログラミング (Programmer's SELECTION)

実践Node.js プログラミング (Programmer's SELECTION)