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