この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
node.js:nodist [2019/12/31 16:48] ips |
node.js:nodist [2020/01/01 06:24] (現在) ips |
||
---|---|---|---|
ライン 53: | ライン 53: | ||
===== nodeのバージョンがアップしない ===== | ===== nodeのバージョンがアップしない ===== | ||
+ | |||
+ | [[https://ksby.hatenablog.com/entry/2019/04/13/143042|かんがるーさんの日記]] | ||
<code> | <code> | ||
+ | |||
+ | // 現状 | ||
>nodist | >nodist | ||
(x64) | (x64) | ||
ライン 63: | ライン 67: | ||
>node --version | >node --version | ||
v10.13.0 | v10.13.0 | ||
+ | |||
+ | >npm --version | ||
+ | 6.4.1 | ||
+ | |||
+ | >nodist --version | ||
+ | 0.8.8 | ||
</code> | </code> | ||
+ | ↓ | ||
+ | [[https://github.com/nullivex/nodist/releases|nodsit v0.9.1インストール]] | ||
+ | ↓ | ||
+ | <code> | ||
+ | >nodist --version | ||
+ | 0.9.1 | ||
+ | |||
+ | </code> | ||
+ | ↓ | ||
+ | [[https://nodejs.org/ja/|推奨を確認する]] | ||
+ | ↓ | ||
+ | {{:node.js:pasted:20191231-165834.png}} | ||
+ | ↓ | ||
+ | <code> | ||
+ | // 推奨版のnodeをインストール | ||
+ | >nodist 12.14.0 | ||
+ | 12.14.0 | ||
+ | Installing 12.14.0 | ||
+ | 12.14.0 [===============] 28113/28113 KiB 100% 0.0s | ||
+ | Installation successful. | ||
+ | |||
+ | >nodist | ||
+ | (x64) | ||
+ | 7.2.1 | ||
+ | 11.3.0 | ||
+ | 11.13.0 | ||
+ | > 12.14.0 (global: 12.14.0) | ||
+ | 13.5.0 | ||
+ | </code> | ||
+ | ↓ | ||
+ | [[https://github.com/npm/cli/releases|npmのバージョン確認]] | ||
+ | {{:node.js:pasted:20191231-170307.png}} | ||
+ | ↓ | ||
+ | <code> | ||
+ | |||
+ | // nmpのバージョンアップ | ||
+ | >nodist npm global 6.13.4 | ||
+ | npm 6.13.4 | ||
+ | https://codeload.github.com/npm/cli/tar.gz/v6.13.4 [===============] 5393/5527 KiB 98% 0.1s | ||
+ | |||
+ | </code> |