Node Version Manager install - nvm command not found

后端 未结 26 1873
名媛妹妹
名媛妹妹 2020-11-30 16:18

I am trying to install NVM as per these instructions

I typed in this command in terminal:

$ curl https://raw.github.com/creationix/nvm/master/instal         


        
26条回答
  •  甜味超标
    2020-11-30 16:50

    For Mac OS:

    1. Open Terminal
    2. Run touch ~/.bash_profile
    3. Run vi ~/.bash_profile
    4. Type source ~/.nvm/nvm.sh
    5. Press Shift + Esc and type wq and press enter
    6. Done.

提交回复
热议问题