Homebrew installs nvm but nvm can't be found afterwards?

前端 未结 10 1309
既然无缘
既然无缘 2020-12-22 20:53

I\'m using homebrew and oh-my-zsh on a fresh OSX 10.10.1 install. I got nvm via homebrew and then attempted to run it but

10条回答
  •  执念已碎
    2020-12-22 21:41

    I'd like to add that nvm's location on github changed and the version bumped. The curl command now should be:

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
    

提交回复
热议问题