Thangakumar D
Thangakumar D

Reputation: 774

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib Referenced from: /usr/local/opt/node@8/bin/node

I am using node 8. When I did npm install I received the error message dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib Referenced from: /usr/local/opt/node@8/bin/node

I thought of reinstalling node. So I uninstalled node. I followed the steps here to uninstall node. After uninstall, I restarted my Mac and I did node -v. Even after uninstall for node -v I get

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib Referenced from: /usr/local/opt/node@8/bin/node

Please help to uninstall the node completely and to get rid of the above error!

Thanks!

Upvotes: 0

Views: 4059

Answers (1)

Atul
Atul

Reputation: 2300

I think this is related to dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib error running php after installing node with brew on Mac

TLDR; You could do

brew upgrade
brew cleanup

Upvotes: 2

Related Questions