Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVM command added to cheatSheet #164

Merged
merged 1 commit into from
Oct 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CheatSheets/nvm-cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| `nvm which <version>` | Shows path to the given Node version|
| `nvm current` | Shows what is the currently used Node version|
| `nvm alias default <version>` | Sets the default Node version to the given version|
| `nvm unalias <alias_name>` | Deletes the alias named <alias_name> |
| `nvm --help` | Shows NVM help documents. |
| `nvm exec <version> node app.js`| Run Node app.js with the PATH pointing to given node version|
| `nvm set-colors cgYmW` | Set text colors to cyan, green, bold yellow, magenta, and white|
Expand Down