https://jemerald.tistory.com/95
21.10.22 command not found: brew
Homebrew 공식 페이지에서 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 위 명령어를 통해 Homebrew를 설치한 뒤 brew 명령어를 실행했을 때, zsh: comman..
jemerald.tistory.com
brew를 설치했는데 터미널을 껐다가 키면 not found 에러가 뜬다.
위에서 그것을 해결하고 node 17.0.1 버전이 귀신같이 튀어나오는 문제를 해결하기 위해 brew 안에서 node를 지웠다가 깔았다.
How do I downgrade node or install a specific previous version using homebrew?
I'm using brew. I have node installed, using brew. I want to use an earlier version of node. Online, I find instructions such as, for example: cd /usr/local/Library/Formula brew remove node --force
apple.stackexchange.com
brew remove node --force
brew versions node
//git checkout 83988e4 /usr/local/Library/Formula/node.rb
brew install node
'mac zsh' 카테고리의 다른 글
21.12.07 M1에 확실하게 brew install (0) | 2021.12.07 |
---|---|
21.12.01 node 버전 고정 (0) | 2021.12.01 |
21.11.17 android emulator 설치 및 build failed (0) | 2021.11.17 |
21.11.02 Error: error:0308010C:digital envelope routines::unsupported (0) | 2021.11.03 |
21.10.26 Error: error:0308010C:digital envelope routines::unsupported (0) | 2021.10.26 |