Brew install nvm. nvm: command not found

前端 未结 3 1185
长情又很酷
长情又很酷 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:05

    I had the same problem after running npm install

    The following solution worked for me:

    1. Run brew doctor to find broken symlinks for NPM

    2. Run brew cleanup to clean them up

提交回复
热议问题