この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
node.js:nodist [2019/12/31 16:57] ips [nodeのバージョンがアップしない] |
node.js:nodist [2020/01/01 06:24] (現在) ips |
||
---|---|---|---|
ライン 86: | ライン 86: | ||
[[https://nodejs.org/ja/|推奨を確認する]] | [[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> |