|
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 -->
|
|
46 | 46 | To install or update nvm, you can use the [install script][2] using cURL:
|
47 | 47 |
|
48 | 48 | ```sh
|
49 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash |
| 49 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash |
50 | 50 | ```
|
51 | 51 |
|
52 | 52 | or Wget:
|
53 | 53 |
|
54 | 54 | ```sh
|
55 |
| -wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash |
| 55 | +wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash |
56 | 56 | ```
|
57 | 57 |
|
58 | 58 | <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
|
@@ -98,7 +98,7 @@ If the above doesn't fix the problem, open your `.bash_profile` and add the foll
|
98 | 98 | ```
|
99 | 99 | - name: nvm
|
100 | 100 | shell: >
|
101 |
| - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash |
| 101 | + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash |
102 | 102 | args:
|
103 | 103 | creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
104 | 104 | ```
|
@@ -157,7 +157,7 @@ If you have `git` installed (requires git v1.7.10+):
|
157 | 157 |
|
158 | 158 | 1. clone this repo in the root of your user profile
|
159 | 159 | - `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm`
|
160 |
| -1. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.11` |
| 160 | +1. `cd ~/.nvm` and check out the latest version with `git checkout v0.34.0` |
161 | 161 | 1. activate nvm by sourcing it from your shell: `. nvm.sh`
|
162 | 162 |
|
163 | 163 | Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
|
@@ -616,7 +616,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
|
616 | 616 |
|
617 | 617 | ```sh
|
618 | 618 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
|
619 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash |
| 619 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash |
620 | 620 | ```
|
621 | 621 |
|
622 | 622 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
|
@@ -702,8 +702,8 @@ sudo chmod ugo-x /usr/libexec/path_helper
|
702 | 702 | More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x).
|
703 | 703 |
|
704 | 704 | [1]: https://github.com/creationix/nvm.git
|
705 |
| -[2]: https://github.com/creationix/nvm/blob/v0.33.11/install.sh |
| 705 | +[2]: https://github.com/creationix/nvm/blob/v0.34.0/install.sh |
706 | 706 | [3]: https://travis-ci.org/creationix/nvm
|
707 |
| -[4]: https://github.com/creationix/nvm/releases/tag/v0.33.11 |
| 707 | +[4]: https://github.com/creationix/nvm/releases/tag/v0.34.0 |
708 | 708 | [Urchin]: https://github.com/scraperwiki/urchin
|
709 | 709 | [Fish]: http://fishshell.com
|
0 commit comments