t-log

Node.jsのアップデート

公式サイトからインストーラーを利用して最新のLTSバージョンをDLした。

最初はnを使おうとしたのだが、Windowsでは使えないようで以下のエラーが出てしまった。

Terminal window
npm error notsup Unsupported platform for [email protected]: wanted {"os":"!win32"} (current: {"os":"win32"})
npm error notsup Valid os: !win32
npm error notsup Actual os: win32