16-03-2021
This commit is contained in:
@@ -64,7 +64,7 @@ export NVM_DIR="${XDG_CONFIG_HOME/:-$HOME/.}nvm"
|
||||
Relancer le script d'installation
|
||||
|
||||
```bash
|
||||
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
||||
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
|
||||
```
|
||||
|
||||
|
||||
@@ -235,6 +235,7 @@ https://medium.com/@danielzen/using-nvm-with-webstorm-or-other-ide-d7d374a84eb1
|
||||
```bash
|
||||
$ export NVM_SYMLINK_CURRENT=true
|
||||
|
||||
# choisir le dernier lts
|
||||
$ nvm use --lts
|
||||
Now using node v14.15.1 (npm v6.14.9)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user