Created
May 23, 2022 08:50
-
-
Save borymskyi/c7a5e7c346d3b3fcf5fbf0a3d436395a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows: https://github.com/coreybutler/nvm-windows | |
= install nvm-setup.exe (https://github.com/coreybutler/nvm-windows/releases) | |
= open PowerShell: | |
- nvm install lts | |
- nvm list | |
- nvm use (version) | |
- nvm install -g yarn | |
- node -v | |
= For changing version: | |
- nvm install (version) | |
- nvm use (версия) | |
- nvm install -g yarn | |
- node -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment