|
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 -->
|
|
43 | 43 | To install or update nvm, you can use the [install script][2] using cURL:
|
44 | 44 |
|
45 | 45 | ```sh
|
46 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.9/install.sh | bash |
| 46 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.10/install.sh | bash |
47 | 47 | ```
|
48 | 48 |
|
49 | 49 | or Wget:
|
50 | 50 |
|
51 | 51 | ```sh
|
52 |
| -wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.9/install.sh | bash |
| 52 | +wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.10/install.sh | bash |
53 | 53 | ```
|
54 | 54 |
|
55 | 55 | <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
|
@@ -131,7 +131,7 @@ If you have `git` installed (requires git v1.7.10+):
|
131 | 131 |
|
132 | 132 | 1. clone this repo in the root of your user profile
|
133 | 133 | - `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm`
|
134 |
| -2. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.9` |
| 134 | +2. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.10` |
135 | 135 | 3. activate nvm by sourcing it from your shell: `. nvm.sh`
|
136 | 136 |
|
137 | 137 | Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
|
@@ -497,7 +497,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
|
497 | 497 |
|
498 | 498 | ```sh
|
499 | 499 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
|
500 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.9/install.sh | bash |
| 500 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.10/install.sh | bash |
501 | 501 | ```
|
502 | 502 |
|
503 | 503 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
|
@@ -580,8 +580,8 @@ sudo chmod ugo-x /usr/libexec/path_helper
|
580 | 580 | More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x).
|
581 | 581 |
|
582 | 582 | [1]: https://github.com/creationix/nvm.git
|
583 |
| -[2]: https://github.com/creationix/nvm/blob/v0.33.9/install.sh |
| 583 | +[2]: https://github.com/creationix/nvm/blob/v0.33.10/install.sh |
584 | 584 | [3]: https://travis-ci.org/creationix/nvm
|
585 |
| -[4]: https://github.com/creationix/nvm/releases/tag/v0.33.9 |
| 585 | +[4]: https://github.com/creationix/nvm/releases/tag/v0.33.10 |
586 | 586 | [Urchin]: https://github.com/scraperwiki/urchin
|
587 | 587 | [Fish]: http://fishshell.com
|
0 commit comments