You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then we'll add nvm using its native installation script (make sure you're including the most up to date version of nvm where it says VERSION UMBER GOES HERE in the URL below. The format should be three numbers separated by dots, such as 0.33.4. [Check for the latest release version here.](https://github.com/creationix/nvm/releases):
335
335
336
-
```bash
337
-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v`*VERSION NUMBER GOES HERE*`/install.sh | bash
338
-
```
336
+
`curl -o- https://raw.githubusercontent.com/creationix/nvm/v`**VERSION NUMBER GOES HERE**`/install.sh | bash`
0 commit comments