dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.67.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
icu4u 버전 문제라고 한다.
brew uninstall --force node
brew uninstall icu4c && brew install icu4c
brew unlink icu4c && brew link icu4c --force
brew install node
'개발자 > Javascript' 카테고리의 다른 글
PowerShell에서 Angular-cli 명령어 입력 불가 (0) | 2021.02.05 |
---|---|
Angular 개발환경 구축 및 앱 생성 시작하기(Terminal, WebStorm) (0) | 2021.02.05 |
TypeScript 시작하기 (Hello world!) (0) | 2021.01.20 |
TypeScript 고유 문법 (0) | 2021.01.20 |
TypeScript란? (0) | 2021.01.20 |