관리 메뉴

웹개발자의 기지개

[React] Mac 에서 nvm 설치시 에러 - Error: Unexpected method 'appcast' called on Cask adoptopenjdk8 본문

javascript/React

[React] Mac 에서 nvm 설치시 에러 - Error: Unexpected method 'appcast' called on Cask adoptopenjdk8

http://portfolio.wonpaper.net 2025. 3. 15. 11:02

nvm 설치하고 삭제하려는 과정중에 다음과 같은 에러가 나왔다.

 

Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs

 

 

 

 

https://github.com/Homebrew/homebrew-cask#reporting-bugs

 

GitHub - Homebrew/homebrew-cask: 🍻 A CLI workflow for the administration of macOS applications distributed as binaries

🍻 A CLI workflow for the administration of macOS applications distributed as binaries - Homebrew/homebrew-cask

github.com

 

 

지시시항에 따라 

brew install alfred

 

설치한다.

 

 

brew update 하자.

 

그래도 나의 경우에는 동일한 에러메세지가 나왔다.

 

adoptopenjdk8 이 역시 오래된 놈이라 아예 지워 버리기로 했다.

 

brew uninstall adoptopenjdk8

 

brew update

 

 

그리고, 원래대로 nvm 삭제 후 설치 다시 하니 잘 동작되었다.

 

brew install nvm

 

 

 

 

 

 

 

 

'javascript > React' 카테고리의 다른 글

[React] 리액트 카운터 예제 만들기 (plus/minus)  (0) 2023.12.08
Comments