|
1 |
| -# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/684) |
| 1 | +# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/684) |
2 | 2 |
|
3 | 3 | ## Table of Contents
|
4 | 4 |
|
@@ -61,13 +61,13 @@ Homebrew installation is not supported. If you have issues with homebrew-install
|
61 | 61 | To install or update nvm, you can use the [install script][2] using cURL:
|
62 | 62 |
|
63 | 63 | ```sh
|
64 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash |
| 64 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash |
65 | 65 | ```
|
66 | 66 |
|
67 | 67 | or Wget:
|
68 | 68 |
|
69 | 69 | ```sh
|
70 |
| -wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash |
| 70 | +wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash |
71 | 71 | ```
|
72 | 72 |
|
73 | 73 | <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
|
@@ -437,7 +437,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
|
437 | 437 |
|
438 | 438 | ```sh
|
439 | 439 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers
|
440 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash |
| 440 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash |
441 | 441 | ```
|
442 | 442 |
|
443 | 443 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
|
@@ -468,8 +468,8 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
|
468 | 468 | If setting the `default` alias does not establish the node version in new shells (i.e. `nvm current` yields `system`), ensure that the system's node PATH is set before the `nvm.sh` source line in your shell profile (see [#658](https://github.com/creationix/nvm/issues/658))
|
469 | 469 |
|
470 | 470 | [1]: https://github.com/creationix/nvm.git
|
471 |
| -[2]: https://github.com/creationix/nvm/blob/v0.33.0/install.sh |
| 471 | +[2]: https://github.com/creationix/nvm/blob/v0.33.1/install.sh |
472 | 472 | [3]: https://travis-ci.org/creationix/nvm
|
473 |
| -[4]: https://github.com/creationix/nvm/releases/tag/v0.33.0 |
| 473 | +[4]: https://github.com/creationix/nvm/releases/tag/v0.33.1 |
474 | 474 | [Urchin]: https://github.com/scraperwiki/urchin
|
475 | 475 | [Fish]: http://fishshell.com
|
0 commit comments