この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
node.js:nodist [2019/12/31 16:55] ips [nodeのバージョンがアップしない] |
node.js:nodist [2020/01/01 06:24] (現在) ips |
||
|---|---|---|---|
| ライン 67: | ライン 67: | ||
| >node --version | >node --version | ||
| v10.13.0 | v10.13.0 | ||
| - | </code> | ||
| >npm --version | >npm --version | ||
| ライン 74: | ライン 73: | ||
| >nodist --version | >nodist --version | ||
| 0.8.8 | 0.8.8 | ||
| - | </cdoe> | + | </code> |
| ↓ | ↓ | ||
| [[https://github.com/nullivex/nodist/releases|nodsit v0.9.1インストール]] | [[https://github.com/nullivex/nodist/releases|nodsit v0.9.1インストール]] | ||
| ライン 82: | ライン 81: | ||
| >nodist --version | >nodist --version | ||
| 0.9.1 | 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> | </code> | ||