« Node.js » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
(plusieurs versions nodejs) | (plusieurs versions nodejs) | ||
Installation | === Installation === | ||
Voir les dernieres releases pour adapter le curl install.sh | Voir les dernieres releases pour adapter le curl install.sh | ||
[https://github.com/nvm-sh/nvm/releases github.com/nvm-sh/nvm/releases] | [https://github.com/nvm-sh/nvm/releases github.com/nvm-sh/nvm/releases] | ||
=== Commande === | |||
<syntaxhighlight lang="bash" line copy> | <syntaxhighlight lang="bash" line copy> | ||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash | ||