Node Version Manager install - nvm command not found

后端 未结 26 1787
名媛妹妹
名媛妹妹 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:40

    After trying multiple steps, not sure what was the problem in my case but running this helped:

    touch ~/.bash_profile
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
    

    Verified by nvm --version

提交回复
热议问题