Brew install nvm. nvm: command not found

前端 未结 3 1190
长情又很酷
长情又很酷 2021-02-07 02:25

After install nvm with brew, and running nvm, it says nvm: command not found

How can I get the command to execute?

3条回答
  •  情深已故
    2021-02-07 03:19

    From the docs:

    Your system may not have a [.bash_profile file] where the command is set up. Simply create one with touch ~/.bash_profile and run the install script again

    you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.

    Restarting worked for me...Why can't all bugs be so easy?!!

提交回复
热议问题