dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.67.dylib

Viewed 7492

I had this error when trying to commit.

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.67.dylib
  Referenced from: /usr/local/bin/node
  Reason: image not found
.husky/pre-commit: line 4: 20559 Abort trap: 6           yarn lint-staged
husky - pre-commit hook exited with code 134 (error)

It seems to be coming from node and its icu4c dependency

1 Answers
Related