Skip to content

Instantly share code, notes, and snippets.

@oguzhanoptimum7
Created November 2, 2021 10:25
Show Gist options
  • Save oguzhanoptimum7/98bc67181c05f958851d276f20be8c53 to your computer and use it in GitHub Desktop.
Save oguzhanoptimum7/98bc67181c05f958851d276f20be8c53 to your computer and use it in GitHub Desktop.
dyld: Library not loaded:
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.66.dylib Referenced from: /usr/local/bin/php Reason: image not found /usr/local/bin/valet: line 89: 42843 Abort trap: 6 php "DIR/cli/valet.php" "DIR/cli/valet.php""@" code example
Example: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.66.dylib Referenced from: /usr/local/bin/node Reason: image not found
brew reinstall node
Credit: https://newbedev.com/javascript-dyld-library-not-loaded-usr-local-opt-icu4c-lib-libicui18n-66-dylib-referenced-from-usr-local-bin-php-reason-image-not-found-usr-local-bin-valet-line-89-42843-abort-trap-6-php-dir-cli-valet-php-code-example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment