1
votes

I'm trying to start a Node.js project that I did for my boot camp, and I'm getting this error back:

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib Referenced from: /usr/local/bin/node Reason: image not found

I downloaded High Sierra recently, but I don't know if this would do anything.

1
Have you tried brew update and brew upgrade?Matthew
Wow, that worked. I thought I had tried everything with brew. I feel dumb, hahaha. Thanks!ctvanzandt42
Don't feel dumb, it happens to us all :)Matthew

1 Answers

2
votes

It seems like you just needed to update your brew:

brew update
brew upgrade