0

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!

Thangakumar D
  • 567
  • 3
  • 9
  • 21
  • you checked [this](https://stackoverflow.com/questions/53828891/dyld-library-not-loaded-usr-local-opt-icu4c-lib-libicui18n-62-dylib-error-run) ? – Muhammad Usman Dec 05 '19 at 07:27

1 Answers1

3

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
Atul
  • 1,669
  • 17
  • 22