Node Version Manager install - nvm command not found

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

    Had the same problem, but this worked for me:

    Since macOS 10.15, the default shell is zsh and nvm will look for .zshrc to update, none is installed by default. Create one with touch ~/.zshrc and run the install script again.

    more info here: Troubleshooting on macOS

提交回复
热议问题