Update 27-10-2019

This commit is contained in:
2019-10-27 18:43:35 +01:00
parent 6bf6471098
commit 73cd251d7b
14 changed files with 656 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ export NVM_DIR="${XDG_CONFIG_HOME/:-$HOME/.}nvm"
### Utilisation
### Utilisation:
Installer NodeJS.
@@ -155,3 +155,21 @@ Now using node v10.15.0 (npm v6.4.1)
$ nvm reinstall-packages 8
```
### Erreur:
```bash
# A l'ouverture d'une fenêtre bash
N/A: version "N/A -> N/A" is not yet installed.
You need to run "nvm install N/A" to install it before using it.
```
Entrer:
```bash
$ nvm alias default 12
```