-
Notifications
You must be signed in to change notification settings - Fork 29
Troubleshooting
Scott Veirs edited this page Aug 21, 2021
·
4 revisions
Here are some tips for developers working on orcahome on OSX.
If upon npm run dev
you get something like:
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.67.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
zsh: abort npm run dev
Try upgrading node before installing, e.g. with brew upgrade node