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

[New] adding default and alias option to nvm install #1929

Merged
merged 1 commit into from
Aug 2, 2020

Commits on Oct 22, 2018

  1. [New] adding default and alias option to nvm install

    For: `nvm install 8.12.0` after install:
    
    --alias=8 is equivalent to `nvm alias 8 8.12.0`
    --default is equivalent to `nvm alias default 8.12.0`
    
    Co-authored-by: Kayla Altepeter <kayla@kaylaaltepeter.com>
    Co-authored-by: Dena Burd <me@Denas-MacBook-Air.local>
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    3 people committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    a5aec10 View commit details
    Browse the repository at this point in the history