|
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 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
4 | 4 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
41 | 41 | To install or update nvm, you can use the [install script][2] using cURL:
|
42 | 42 |
|
43 | 43 | ```sh
|
44 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash |
| 44 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.3/install.sh | bash |
45 | 45 | ```
|
46 | 46 |
|
47 | 47 | or Wget:
|
48 | 48 |
|
49 | 49 | ```sh
|
50 |
| -wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash |
| 50 | +wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.3/install.sh | bash |
51 | 51 | ```
|
52 | 52 |
|
53 | 53 | <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
|
@@ -127,7 +127,7 @@ If you have `git` installed (requires git v1.7+):
|
127 | 127 |
|
128 | 128 | 1. clone this repo in the root of your user profile
|
129 | 129 | - `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm`
|
130 |
| -1. check out the latest version with `git checkout v0.33.2` |
| 130 | +1. check out the latest version with `git checkout v0.33.3` |
131 | 131 | 1. activate nvm by sourcing it from your shell
|
132 | 132 |
|
133 | 133 | Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
|
@@ -487,7 +487,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
|
487 | 487 |
|
488 | 488 | ```sh
|
489 | 489 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers
|
490 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash |
| 490 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.3/install.sh | bash |
491 | 491 | ```
|
492 | 492 |
|
493 | 493 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
|
@@ -554,8 +554,8 @@ sudo chmod ugo-x /usr/libexec/path_helper
|
554 | 554 | More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x).
|
555 | 555 |
|
556 | 556 | [1]: https://github.com/creationix/nvm.git
|
557 |
| -[2]: https://github.com/creationix/nvm/blob/v0.33.2/install.sh |
| 557 | +[2]: https://github.com/creationix/nvm/blob/v0.33.3/install.sh |
558 | 558 | [3]: https://travis-ci.org/creationix/nvm
|
559 |
| -[4]: https://github.com/creationix/nvm/releases/tag/v0.33.2 |
| 559 | +[4]: https://github.com/creationix/nvm/releases/tag/v0.33.3 |
560 | 560 | [Urchin]: https://github.com/scraperwiki/urchin
|
561 | 561 | [Fish]: http://fishshell.com
|
0 commit comments